Annotation Type ThreadLeakScope
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface ThreadLeakScope
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description ThreadLeakScope.Scope
value
-
-
-
Element Detail
-
value
ThreadLeakScope.Scope value
- Default:
- com.carrotsearch.randomizedtesting.annotations.ThreadLeakScope.Scope.TEST
-
-