prop_test

Macro prop_test 

Source
macro_rules! prop_test {
    ($strategy:expr, $test:expr, $config:expr) => { ... };
    ($strategy:expr, $test:expr) => { ... };
}