Uses of Enum
com.carrotsearch.randomizedtesting.RunnerContainer
Packages that use RunnerContainer
-
Uses of RunnerContainer in com.carrotsearch.randomizedtesting
Fields in com.carrotsearch.randomizedtesting declared as RunnerContainerModifier and TypeFieldDescriptionprivate RunnerContainer
RandomizedRunner.containerRunner
The container we're running in.Methods in com.carrotsearch.randomizedtesting that return RunnerContainerModifier and TypeMethodDescriptionprivate static RunnerContainer
RandomizedRunner.detectContainer()
Attempt to detect the container we're running under.static RunnerContainer
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.