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