Expand description
Common utilities used by pseudo-file related tests.
Re-exports§
pub use run::run_client;
pub use run::test_client;
Enums§
- Assert
VmoContent Error - Possible errors for the
assert_vmo_content()
function.
Functions§
- assert_
vmo_ content - Reads the VMO content and matches it against the expectation.
- run_
server_ client - A thin wrapper around
run::run_server_client()
that sets theMarker
to be [FileMarker
], and providing explicit type for theget_client
closure argument. This makes it possible for the caller not to provide explicit types. - test_
server_ client - A thin wrapper around
run::test_server_client()
that sets theMarker
to be [FileMarker
], and providing explicit type for theget_client
closure argument. This makes it possible for the caller not to provide explicit types.