Menu

TestProgressEventListener Interface

William A. Hood

TestProgressEventListener Interface

This can be used if you are implementing your own program for running Coarse Grind tests. Implement this interface to be able to see "ticks" as tests are run, and be informed when testing is completed. Subscribe your class implementing this interface via any [TestEchelon] implementation or TestEchelon itself using the static method addProgressListener().

void ProgressHandler()

This is called when Coarse Grind wishes to register a "tick", indicating that a test has completed and any indication of progress should be advanced.

void ProgressOver()

This is called when Coarse Grind wishes to indicate the conclusion of testing.


Related

Wiki: TestEchelon

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.