Check runs a Rapid property test while collecting any log and slog output
that it produces. If the test fails, we will display the collected log
output of the final failing test instance.
WithLogger runs a test function while collecting any log and slog output that
it produces. If the test fails, we will display the collected log output.