Uses of Class
com.carrotsearch.randomizedtesting.RandomizedContext
Packages that use RandomizedContext
-
Uses of RandomizedContext in com.carrotsearch.randomizedtesting
Fields in com.carrotsearch.randomizedtesting with type parameters of type RandomizedContextModifier and TypeFieldDescription(package private) static final IdentityHashMap
<ThreadGroup, RandomizedContext> RandomizedContext.contexts
All thread groups we're currently tracking contexts for.Methods in com.carrotsearch.randomizedtesting that return RandomizedContextModifier and TypeMethodDescription(package private) static RandomizedContext
(package private) static RandomizedContext
RandomizedContext.create
(ThreadGroup tg, Class<?> suiteClass, RandomizedRunner runner) Create a new context bound to a thread group.private RandomizedContext
RandomizedRunner.createContext
(ThreadGroup tg) Create randomized context for the run.static RandomizedContext
RandomizedContext.current()
static RandomizedContext
RandomizedTest.getContext()
Shortcut forcurrent()
.Methods in com.carrotsearch.randomizedtesting with parameters of type RandomizedContextModifier and TypeMethodDescriptionReproduceErrorMessageBuilder.appendTestGroupOptions
(RandomizedContext ctx) private void
RandomizedRunner.runSuite
(RandomizedContext context, org.junit.runner.notification.RunNotifier notifier) Test execution logic for the entire suite, executing under designatedRunnerThreadGroup
.