|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
com.exoftware.exactor.Command
com.exoftware.exactor.command.web.WebCommand
com.exoftware.exactor.command.web.SetProxy
Sets the details of a proxy server. Requires two parameters, the name of the proxy server and the port number.
Usage example;
SetProxy proxy.hostname 1234
| Constructor Summary | |
SetProxy()
|
|
| Method Summary | |
void |
execute()
Subclasses should implement this method to perform the actions of their command. |
| Methods inherited from class com.exoftware.exactor.command.web.WebCommand |
getWebTester |
| Methods inherited from class com.exoftware.exactor.Command |
addParameter, countParameters, getLineNumber, getName, getParameter, getParameter, getParameters, getScript, hasParameters, parametersAsString, resolveFileRelativeToScriptFile, setLineNumber, setName, setScript, substituteParameters |
| Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SetProxy()
| Method Detail |
public void execute()
throws java.lang.Exception
CommandAssertionFailedError should be thrown in the
event that the check fails.
By default this method fails with a "Not implemented" message.
execute in class Commandjava.lang.Exception - if an error occurs.AssertionFailedError
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||