|
Jetif v1.8.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjetif.LwProxyAgent
The LwProxyAgent is a lightweight proxy agent.
It is similar to TestAgent but all data are encoded with Base64 encoding.
It's recommended to use this class with LwProxy.
ProxyAgent,
LwProxy| Constructor Summary | |
LwProxyAgent()
Default constructor. |
|
| Method Summary | |
void |
close()
Close this test agent for current suite. |
void |
open(String data)
Open this agent for testing, prepare test environment. |
String |
runCase(String input)
Run test case with input case data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LwProxyAgent()
| Method Detail |
public void open(String data)
throws FrameworkException
data - The data to initialize test agent for following suite.
FrameworkException - if any error occurs.
public String runCase(String input)
throws FrameworkException
input - the test data of current test case encoded in Base64.
FrameworkException - if any error occurs.public void close()
|
Jetif v1.8.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||