test discovery: allow to listen to TestingStarted/Finished

This commit is contained in:
Anna Kozlova
2015-07-22 14:44:56 +02:00
parent c9825740e2
commit 31cccb8a7a
5 changed files with 68 additions and 21 deletions
@@ -48,4 +48,8 @@ public class TestDiscoveryListener {
return null; //should not happen
}
}
public void testRunStarted(String name) {}
public void testRunFinished(String name) {}
}