Uses of Class
com.carrotsearch.randomizedtesting.RunnerContainer
-
Packages that use RunnerContainer Package Description com.carrotsearch.randomizedtesting -
-
Uses of RunnerContainer in com.carrotsearch.randomizedtesting
Fields in com.carrotsearch.randomizedtesting declared as RunnerContainer Modifier and Type Field Description private RunnerContainer
RandomizedRunner. containerRunner
The container we're running in.Methods in com.carrotsearch.randomizedtesting that return RunnerContainer Modifier and Type Method Description private static RunnerContainer
RandomizedRunner. detectContainer()
Attempt to detect the container we're running under.static RunnerContainer
RunnerContainer. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RunnerContainer[]
RunnerContainer. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-