public class AppServerCommander extends ModelCommander
| Constructor and Description |
|---|
AppServerCommander(SpecTest specTest,
ApplicationServer appServer) |
| Modifier and Type | Method and Description |
|---|---|
BuilderChainer |
requestCanEventuallyBeMadeFor(java.lang.String urlPath,
java.lang.StringBuffer response) |
BuilderChainer |
requestIsMadeFor(java.lang.String urlPath,
java.lang.StringBuffer response) |
BuilderChainer |
started() |
BuilderChainer |
stopped() |
call, callpublic AppServerCommander(SpecTest specTest, ApplicationServer appServer)
public BuilderChainer started() throws java.lang.Exception
java.lang.Exceptionpublic BuilderChainer stopped() throws java.lang.Exception
java.lang.Exceptionpublic BuilderChainer requestIsMadeFor(java.lang.String urlPath, java.lang.StringBuffer response) throws java.lang.Exception
java.lang.Exceptionpublic BuilderChainer requestCanEventuallyBeMadeFor(java.lang.String urlPath, java.lang.StringBuffer response) throws org.apache.http.client.ClientProtocolException, java.io.IOException, java.lang.InterruptedException
org.apache.http.client.ClientProtocolExceptionjava.io.IOExceptionjava.lang.InterruptedException