Lines Matching +full:test +full:- +full:msrv
5 [](https://cirrus-ci.com/githu…
13 all manually controlled by test code. They can be used to test the upper and
31 [dev-dependencies]
38 #[cfg(test)]
40 #[cfg_attr(test, automock)]
42 fn foo(&self, x: u32) -> u32;
45 #[cfg(test)]
49 #[test]
63 # Minimum Supported Rust Version (MSRV)
65 Mockall is supported on Rust 1.64.0 and higher. Mockall's MSRV will not be
73 See LICENSE-APACHE, and LICENSE-MIT for details
80 concept to Rust. The now-defunct Mock_derive was the first library to generate