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