Searched refs:detectedScenariosForTest (Results 1 – 3 of 3) sorted by relevance
31 fun detectedScenariosForTest(description: Description): Collection<ScenarioId> method
277 override fun detectedScenariosForTest(description: Description): Collection<ScenarioId> { in <lambda>() method
194 val detectedScenarios = metricsCollector.detectedScenariosForTest(description) in handleFinished()