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.contextsAll 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 RandomizedContextRandomizedContext.create(ThreadGroup tg, Class<?> suiteClass, RandomizedRunner runner) Create a new context bound to a thread group.private RandomizedContextRandomizedRunner.createContext(ThreadGroup tg) Create randomized context for the run.static RandomizedContextRandomizedContext.current()static RandomizedContextRandomizedTest.getContext()Shortcut forRandomizedContext.current().Methods in com.carrotsearch.randomizedtesting with parameters of type RandomizedContextModifier and TypeMethodDescriptionReproduceErrorMessageBuilder.appendTestGroupOptions(RandomizedContext ctx) private voidRandomizedRunner.runSuite(RandomizedContext context, org.junit.runner.notification.RunNotifier notifier) Test execution logic for the entire suite, executing under designatedRunnerThreadGroup.