import org.apache.lucene.util.RandomizedRunner; import org.junit.Test; import org.junit.runner.RunWith; @RunWith(RandomizedRunner.class) public class RandomizedTestingExampleTest { @Test public void exampleTest() { // ... } }