Module mocking
Expand description
Provide types to help defining a mock environment when testing pallets.
Type Aliases§
- Mock
Block - An implementation of
sp_runtime::traits::Block
to be used in tests. - Mock
Block U32 - An implementation of
sp_runtime::traits::Block
to be used in tests with u32 BlockNumber type. - Mock
Block U128 - An implementation of
sp_runtime::traits::Block
to be used in tests with u128 BlockNumber type. - Mock
Unchecked Extrinsic - An unchecked extrinsic type to be used in tests.