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