murf 0.2.0

A mocking and unit test framework for rust
Documentation
mod argument_with_default_lifetime;
mod argument_with_lifetime;
mod associated_functions;
mod associated_type_trait;
mod associated_type_trait_with_lifetime;
mod clonable_mock;
mod constructor_with_args;
mod expect_call;
mod expect_call_with_const_generics;
mod expect_call_with_generics;
mod exsiting_type;
mod generic_associated_type_trait;
mod generic_trait;
mod in_sequence;
mod local_context;
mod mock_lifetime;
mod no_default;
mod reference_argument;
mod return_self_type;
mod self_arc;
mod sequence;
mod simple_trait;
mod times;
mod trait_bound_with_self_type;