Module substrate_test_runtime_client::prelude [−][src]
Expand description
A prelude to import in tests.
Re-exports
pub use super::DefaultTestClientBuilderExt;
pub use super::TestClientBuilderExt;
pub use super::TestClient;
pub use super::TestClientBuilder;
pub use super::Backend;
pub use super::LightBackend;
pub use super::Executor;
pub use super::LightExecutor;
pub use super::LocalExecutor;
Structs
A generic CodeExecutor
implementation that uses a delegate to determine wasm code equivalence
and dispatch to native code when possible, falling back on WasmExecutor
when not.
Enums
Set of test accounts.
Set of test accounts.
Specification of different methods of executing the runtime Wasm code.
Traits
Extension trait for test block builder.
Extension trait for a test client around block importing.
Extension trait for a test client.