Expand description
This is an accompanying library for the cargo fixture cargo extension.
The library provides two main types:
FixtureClient– to be used from fixture codeTestClient– to be used from test code
The with_fixture macros is provided as well for easy fixture tests definition.
§Features
The library supports the following async runtimes, selectable with a feature of the same name:
You have to activate exactly one of these features to use the library.
Re-exports§
Modules§
- error
- The library error type.
Structs§
- Fixture
Client - An RPC client used from fixture code.
- Test
Client - An RPC client used from test code.
Attribute Macros§
- with_
fixture - Annotate a test function as a fixture test.