pub fn sample_test<S, A>(s: S, f: A)where A: Testable<S>, S: Sample, S::Output: Clone + Debug,
Convenience function for running SampleTest.
This is an alias for SampleTest::new().sample_test(f).
SampleTest::new().sample_test(f)