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 RunnerContainerRandomizedRunner.containerRunnerThe container we're running in.Methods in com.carrotsearch.randomizedtesting that return RunnerContainerModifier and TypeMethodDescriptionprivate static RunnerContainerRandomizedRunner.detectContainer()Attempt to detect the container we're running under.static RunnerContainerReturns 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.