JUnit test runner that adds pseudo-randomness to test execution order and parameter selection for better coverage.
<dependency>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-runner</artifactId>
<version>2.8.4</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Annotates a test class to use the RandomizedRunner.
Ensure tests are independent; use @Seed to reproduce failures.
No dependency data recorded yet.