Function tests
Source pub fn tests<T: TestCase>(
t: T,
) -> ArbTest<impl FnMut(&mut Unstructured<'_>) -> Result<()>>
Expand description
Construct the test runner for this TestCase.
Returns an ArbTest runner – see arbtest for
configuration options like .seed() and .budget_ms().