Method Summary |
|
public synchronized void | alert(String element) This method alerts the monitoring thread to the fact that it is complete. |
public static synchronized TestMonitor | getInstance() This method returns an instance of the test monitor object. |
public static synchronized void | init() This method is responsible for initializing the test monitor singleton. |
public synchronized void | monitor() This method will be called to monitor the test to determine if the test
was successfull. |