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, call
public AppServerCommander(SpecTest specTest, ApplicationServer appServer)
public BuilderChainer started() throws java.lang.Exception
java.lang.Exception
public BuilderChainer stopped() throws java.lang.Exception
java.lang.Exception
public BuilderChainer requestIsMadeFor(java.lang.String urlPath, java.lang.StringBuffer response) throws java.lang.Exception
java.lang.Exception
public 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.ClientProtocolException
java.io.IOException
java.lang.InterruptedException