Uses of Class
com.carrotsearch.randomizedtesting.RandomizedRunner
-
Packages that use RandomizedRunner Package Description com.carrotsearch.randomizedtesting -
-
Uses of RandomizedRunner in com.carrotsearch.randomizedtesting
Fields in com.carrotsearch.randomizedtesting declared as RandomizedRunner Modifier and Type Field Description private RandomizedRunner
RandomizedContext. runner
The runner to which we're bound.private RandomizedRunner
ThreadLeakControl. runner
The governing runner.Methods in com.carrotsearch.randomizedtesting that return RandomizedRunner Modifier and Type Method Description RandomizedRunner
RandomizedContext. getRunner()
Access to the runner governing this context.Methods in com.carrotsearch.randomizedtesting with parameters of type RandomizedRunner Modifier and Type Method Description (package private) static RandomizedContext
RandomizedContext. create(java.lang.ThreadGroup tg, java.lang.Class<?> suiteClass, RandomizedRunner runner)
Create a new context bound to a thread group.Constructors in com.carrotsearch.randomizedtesting with parameters of type RandomizedRunner Constructor Description RandomizedContext(java.lang.ThreadGroup tg, java.lang.Class<?> suiteClass, RandomizedRunner runner)
ThreadLeakControl(org.junit.runner.notification.RunNotifier notifier, RandomizedRunner runner)
-