mocktopus 0.8.0

Mocking framework for Rust
Documentation
1
2
3
4
5
6
use super::*;

mod when_struct_generic_method_generic;
mod when_struct_generic_method_regular;
mod when_struct_regular_method_generic;
mod when_struct_regular_method_regular;