A listener which is notified when the tests that are executed as part of running a build make progress.
Type | Name and description |
---|---|
void |
statusChanged(TestProgressEvent event) Called when the test execution progresses. |
Called when the test execution progresses. The following events are currently issued:
You can find out more about the test operation for which progress is reported by querying the test descriptor using TestProgressEvent.getDescriptor.event
- An event describing the test operation progress.