Uses of Class
com.carrotsearch.randomizedtesting.ThreadLeakControl
-
Packages that use ThreadLeakControl Package Description com.carrotsearch.randomizedtesting -
-
Uses of ThreadLeakControl in com.carrotsearch.randomizedtesting
Methods in com.carrotsearch.randomizedtesting with parameters of type ThreadLeakControl Modifier and Type Method Description (package private) void
RandomizedRunner. runSingleTest(org.junit.runner.notification.RunNotifier notifier, RandomizedRunner.TestCandidate c, ThreadLeakControl threadLeakControl)
Runs a single test in the "master" test thread.private org.junit.runners.model.Statement
RandomizedRunner. runTestsStatement(org.junit.runner.notification.RunNotifier notifier, java.util.List<RandomizedRunner.TestCandidate> tests, java.util.Map<RandomizedRunner.TestCandidate,java.lang.Boolean> ignored, ThreadLeakControl threadLeakControl)
-