|
Jetif v1.8.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjetif.ProxyAgent
This class ProxyAgent represents an agent to invoke test case
inside application JVM (where the application to be tested running) actually.
For example, run test cases in J2EE application server.
This class cooperate with the Proxy implementation to accomplish the remote
testing.
A custom ProxyAgent may use this class as reference while not a inherited parent.
Proxy| Constructor Summary | |
ProxyAgent()
|
|
| Method Summary | |
void |
close()
Close this test agent for current suite. |
void |
open(Object data)
Open this agent for testing, prepare test environment. |
Serializable |
runCase(Object data)
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 ProxyAgent()
| Method Detail |
public void open(Object data)
throws FrameworkException
data - The data to initialize test agent for current suite.
FrameworkException - if any error occurs.
public Serializable runCase(Object data)
throws FrameworkException
data - the test data of current test case.
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 | |||||||||