Home
last modified time | relevance | path

Searched refs:testSuiteStarted (Results 1 – 3 of 3) sorted by relevance

/external/junit/src/main/java/org/junit/runner/notification/
DSynchronizedRunListener.java56 public void testSuiteStarted(Description description) throws Exception { in testSuiteStarted() method in SynchronizedRunListener
58 listener.testSuiteStarted(description); in testSuiteStarted()
DRunListener.java86 public void testSuiteStarted(Description description) throws Exception { in testSuiteStarted() method in RunListener
DRunNotifier.java121 each.testSuiteStarted(description); in fireTestSuiteStarted()