Annotation Type ThreadLeakAction


  • @Retention(RUNTIME)
    @Target({METHOD,TYPE})
    @Inherited
    public @interface ThreadLeakAction
    • Element Detail

      • value

        ThreadLeakAction.Action[] value
        Default:
        {com.carrotsearch.randomizedtesting.annotations.ThreadLeakAction.Action.WARN, com.carrotsearch.randomizedtesting.annotations.ThreadLeakAction.Action.INTERRUPT}