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. contexts
All thread groups we're currently tracking contexts for.Methods in com.carrotsearch.randomizedtesting that return RandomizedContext Modifier and Type Method Description (package private) static RandomizedContext
RandomizedContext. context(java.lang.Thread thread)
(package private) static RandomizedContext
RandomizedContext. create(java.lang.ThreadGroup tg, java.lang.Class<?> suiteClass, RandomizedRunner runner)
Create a new context bound to a thread group.private RandomizedContext
RandomizedRunner. createContext(java.lang.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 RandomizedContext Modifier and Type Method Description ReproduceErrorMessageBuilder
ReproduceErrorMessageBuilder. 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
.
-