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