Searched refs:threadCountsBeforeTest (Results 1 – 1 of 1) sorted by relevance
107 threadCountsBeforeTest: Map<String, Int> in checkThreadLeak()113 threadCountsBeforeTest.entries, in checkThreadLeak()120 .filter { threadCountsBeforeTest[it.key]!! < it.value } in checkThreadLeak()148 val threadCountsBeforeTest = if (shouldThreadLeakFailTest) { in run() constant157 if (threadCountsBeforeTest != null) { in run()158 checkThreadLeak(notifier, threadCountsBeforeTest) in run()