Uses of Class
com.carrotsearch.randomizedtesting.ThreadLeakControl
Packages that use ThreadLeakControl
-
Uses of ThreadLeakControl in com.carrotsearch.randomizedtesting
Methods in com.carrotsearch.randomizedtesting with parameters of type ThreadLeakControlModifier and TypeMethodDescription(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, List<RandomizedRunner.TestCandidate> tests, Map<RandomizedRunner.TestCandidate, Boolean> ignored, ThreadLeakControl threadLeakControl)