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 RandomizedRunnerRandomizedContext.runnerThe runner to which we're bound.private final RandomizedRunnerThreadLeakControl.runnerThe 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 RandomizedContextRandomizedContext.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 RandomizedRunnerModifierConstructorDescriptionprivateRandomizedContext(ThreadGroup tg, Class<?> suiteClass, RandomizedRunner runner) (package private)ThreadLeakControl(org.junit.runner.notification.RunNotifier notifier, RandomizedRunner runner)