mocktopus 0.8.0

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

mod when_fn_generic;
mod when_fn_generic_async;
mod when_fn_regular;
mod when_fn_regular_async;