VerifierEventsListenerpublic interface VerifierEventsListener
This listener interface is used for tests that need to be notified of the
verifier execution life cycle
|
Methods Summary |
---|
public void | allTestsFinished(java.util.EventObject e)
Notification that all tests pertinent to a verifier check manager have
been completed
| public void | testFinished(java.util.EventObject e)
Individual test completion notification event
|
|