Uses of Enum
com.carrotsearch.randomizedtesting.RunnerContainer
Packages that use RunnerContainer
-
Uses of RunnerContainer in com.carrotsearch.randomizedtesting
Subclasses with type arguments of type RunnerContainer in com.carrotsearch.randomizedtestingModifier and TypeClassDescription(package private) enumWhat kind of container are we in? Unfortunately we need to adjust to some "assumptions" containers make about runners.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.