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 RandomizedRunnerRandomizedContext. runnerThe runner to which we're bound.private RandomizedRunnerThreadLeakControl. runnerThe governing runner.Methods in com.carrotsearch.randomizedtesting that return RandomizedRunner Modifier and Type Method Description RandomizedRunnerRandomizedContext. 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 RandomizedContextRandomizedContext. 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)
-