Koarse Grind (formerly Coarse Grind) Wiki
Test Automation framework intended for coarse-grained testing
Brought to you by:
william-hood
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().
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.
This is called when Coarse Grind wishes to indicate the conclusion of testing.