Registry / testing / randomizedtesting-runner

randomizedtesting-runner

JSON →
library2.8.4javamavenunverified

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>
INSTALL
IMPORT
SIG · RANDOMIZEDTESTING-
R
randomizedtesting-runner
testingjavav2.8.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RandomizedRunner
✓ com.carrotsearch.randomizedtesting.RandomizedRunner

Annotates a test class to use the RandomizedRunner.

import com.carrotsearch.randomizedtesting.RandomizedRunner; import org.junit.runner.RunWith; @RunWith(RandomizedRunner.class) public class ExampleTest { @org.junit.Test public void testSomething() { // test code } }
Debug
Known issues
gotchaRandomizedRunner may cause flaky tests if tests depend on execution order.
fix
Ensure tests are independent; use @Seed to reproduce failures.
affects: all
Upgrade
Version history
2.8.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
randomizedtesting-runner — mvn dependency:get randomizedtesting-runner · libregistry