Module substrate_test_runtime_client::prelude
source · Expand description
A prelude to import in tests.
Re-exports§
pub use super::BlockBuilderExt;
pub use super::DefaultTestClientBuilderExt;
pub use super::TestClientBuilderExt;
pub use super::Backend;
pub use super::ExecutorDispatch;
pub use super::TestClient;
pub use super::TestClientBuilder;
Enums§
- Set of test accounts.
- Specification of different methods of executing the runtime Wasm code.
Traits§
- Extension trait for a test client around block importing.
- Extension trait for a test client.