| java.lang.Object java.lang.Thread com.jcorporate.expresso.ext.dbobj.URLReader
URLReader | public class URLReader extends Thread (Code) | | Created on March 20, 2001, 9:00 AM
author: Michael Nash |
URLReader | public URLReader(InputStreamReader newDis, String newExpect, boolean newPrint)(Code) | | Creates new URLReader
Parameters: newDis - a Data Input Stream Parameters: newExpect - String that is expected Parameters: newPrint - should output be printed |
completedSuccessfully | public boolean completedSuccessfully()(Code) | | true if the test had completed successfully |
getFailureReason | public String getFailureReason()(Code) | | The reason for failure as java.lang.String |
run | public void run()(Code) | | Read from the specified URL, looking for the "ExpectString". If you find it,
return true, if not - return false
|
setRequireSession | public void setRequireSession(boolean newRequireSession)(Code) | | |
|
|