public interface ProtocolInteractor
Modifier and Type | Method and Description |
---|---|
void |
CL(int sessionNumber,
String clientLine)
adds a new Client request line to the test elements
|
void |
CL(String clientLine)
adds a new Client request line to the test elements
|
void |
CONT(int sessionNumber)
Adds a continuation.
|
void |
SL(int sessionNumber,
String serverLine,
String location,
String lastClientMessage)
adds a new Server Response line to the test elements, with the specified
location.
|
void |
SL(String serverLine,
String location)
adds a new Server Response line to the test elements, with the specified
location.
|
void |
SUB(int sessionNumber,
List<String> serverLines,
String location,
String lastClientMessage)
adds a new Server Unordered Block to the test elements.
|
void |
SUB(List<String> serverLines,
String location)
adds a new Server Unordered Block to the test elements.
|
void SL(String serverLine, String location)
void SUB(List<String> serverLines, String location)
void CL(int sessionNumber, String clientLine)
void CONT(int sessionNumber) throws Exception
Exception
void SL(int sessionNumber, String serverLine, String location, String lastClientMessage)
Copyright © 2008-2017 The Apache Software Foundation. All Rights Reserved.