Uses of Class
com.carrotsearch.randomizedtesting.annotations.TestCaseInstanceProvider.Type
-
Packages that use TestCaseInstanceProvider.Type Package Description com.carrotsearch.randomizedtesting.annotations -
-
Uses of TestCaseInstanceProvider.Type in com.carrotsearch.randomizedtesting.annotations
Methods in com.carrotsearch.randomizedtesting.annotations that return TestCaseInstanceProvider.Type Modifier and Type Method Description TestCaseInstanceProvider.Type
value()
static TestCaseInstanceProvider.Type
TestCaseInstanceProvider.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TestCaseInstanceProvider.Type[]
TestCaseInstanceProvider.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-