mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
test discovery: allow to listen to TestingStarted/Finished
This commit is contained in:
@@ -48,4 +48,8 @@ public class TestDiscoveryListener {
|
||||
return null; //should not happen
|
||||
}
|
||||
}
|
||||
|
||||
public void testRunStarted(String name) {}
|
||||
|
||||
public void testRunFinished(String name) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user