mocktopus 0.8.0

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

mod when_struct_complex_method_regular_async;
mod when_struct_generic_method_generic_async;
mod when_struct_generic_method_regular_async;
mod when_struct_regular_method_generic_async;
mod when_struct_regular_method_regular_async;