Uses of Class
com.carrotsearch.randomizedtesting.RandomizedContext
-
Packages that use RandomizedContext Package Description com.carrotsearch.randomizedtesting -
-
Uses of RandomizedContext in com.carrotsearch.randomizedtesting
Fields in com.carrotsearch.randomizedtesting with type parameters of type RandomizedContext Modifier and Type Field Description (package private) static java.util.IdentityHashMap<java.lang.ThreadGroup,RandomizedContext>RandomizedContext. contextsAll thread groups we're currently tracking contexts for.Methods in com.carrotsearch.randomizedtesting that return RandomizedContext Modifier and Type Method Description (package private) static RandomizedContextRandomizedContext. context(java.lang.Thread thread)(package private) static RandomizedContextRandomizedContext. create(java.lang.ThreadGroup tg, java.lang.Class<?> suiteClass, RandomizedRunner runner)Create a new context bound to a thread group.private RandomizedContextRandomizedRunner. createContext(java.lang.ThreadGroup tg)Create randomized context for the run.static RandomizedContextRandomizedContext. current()static RandomizedContextRandomizedTest. getContext()Shortcut forcurrent().Methods in com.carrotsearch.randomizedtesting with parameters of type RandomizedContext Modifier and Type Method Description ReproduceErrorMessageBuilderReproduceErrorMessageBuilder. appendTestGroupOptions(RandomizedContext ctx)private voidRandomizedRunner. runSuite(RandomizedContext context, org.junit.runner.notification.RunNotifier notifier)Test execution logic for the entire suite, executing under designatedRunnerThreadGroup.
-