Expand description
Common utilities used by pseudo-file related tests.
Re-exports§
pub use run::run_client;
pub use run::test_client;
Enums§
- Possible errors for the
assert_vmo_content()
function.
Functions§
- Reads the VMO content and matches it against the expectation.
- 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. - 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.