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 RunnerContainerRandomizedRunner. containerRunnerThe container we're running in.Methods in com.carrotsearch.randomizedtesting that return RunnerContainer Modifier and Type Method Description private static RunnerContainerRandomizedRunner. detectContainer()Attempt to detect the container we're running under.static RunnerContainerRunnerContainer. 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.
-