Package org.gatein.pc.test.unit.protocol
Class Conversation
java.lang.Object
org.gatein.pc.test.unit.protocol.Conversation
/
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ResponsehandleCommand(ClientRequestContext commandContext) Trigger an interaction with the server here.void
-
Constructor Details
-
Conversation
-
-
Method Details
-
performInteractions
public void performInteractions() -
handleCommand
Trigger an interaction with the server here.- Parameters:
commandContext- the command context- Returns:
- the driver response
- Throws:
Exception- for now any exception
-