pub fn sample_test<S, A>(s: S, f: A)where
    A: Testable<S>,
    S: Sample,
    S::Output: Clone + Debug,
Expand description

Convenience function for running SampleTest.

This is an alias for SampleTest::new().sample_test(f).