|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of SipMessage in org.cafesip.sipunit |
|---|
| Subclasses of SipMessage in org.cafesip.sipunit | |
|---|---|
class |
SipRequest
The SipRequest class provides high level getter methods for a request received from the network. |
class |
SipResponse
The SipResponse class provides static response status code definitions and text, and it also provides high level getter methods for a response received from the network. |
| Methods in org.cafesip.sipunit with parameters of type SipMessage | |
|---|---|
void |
SipTestCase.assertBodyContains(SipMessage sipMessage,
java.lang.String value)
Asserts that the given SIP message contains a body that includes the given value. |
void |
SipTestCase.assertBodyContains(java.lang.String msg,
SipMessage sipMessage,
java.lang.String value)
Asserts that the given SIP message contains a body that includes the given value. |
void |
SipTestCase.assertBodyNotContains(SipMessage sipMessage,
java.lang.String value)
Asserts that the body in the given SIP message does not contain the value given, or that there is no body in the message. |
void |
SipTestCase.assertBodyNotContains(java.lang.String msg,
SipMessage sipMessage,
java.lang.String value)
Asserts that the body in the given SIP message does not contain the value given, or that there is no body in the message. |
void |
SipTestCase.assertBodyNotPresent(SipMessage sipMessage)
Asserts that the given SIP message contains no body. |
void |
SipTestCase.assertBodyNotPresent(java.lang.String msg,
SipMessage sipMessage)
Asserts that the given SIP message contains no body. |
void |
SipTestCase.assertBodyPresent(SipMessage sipMessage)
Asserts that the given SIP message contains a body. |
void |
SipTestCase.assertBodyPresent(java.lang.String msg,
SipMessage sipMessage)
Asserts that the given SIP message contains a body. |
void |
SipTestCase.assertHeaderContains(SipMessage sipMessage,
java.lang.String header,
java.lang.String value)
Asserts that the given SIP message contains at least one occurrence of the specified header and that at least one occurrence of this header contains the given value. |
void |
SipTestCase.assertHeaderContains(java.lang.String msg,
SipMessage sipMessage,
java.lang.String header,
java.lang.String value)
Asserts that the given SIP message contains at least one occurrence of the specified header and that at least one occurrence of this header contains the given value. |
void |
SipTestCase.assertHeaderNotContains(SipMessage sipMessage,
java.lang.String header,
java.lang.String value)
Asserts that the given SIP message contains no occurrence of the specified header with the value given, or that there is no occurrence of the header in the message. |
void |
SipTestCase.assertHeaderNotContains(java.lang.String msg,
SipMessage sipMessage,
java.lang.String header,
java.lang.String value)
Asserts that the given SIP message contains no occurrence of the specified header with the value given, or that there is no occurrence of the header in the message. |
void |
SipTestCase.assertHeaderNotPresent(SipMessage sipMessage,
java.lang.String header)
Asserts that the given SIP message contains no occurrence of the specified header. |
void |
SipTestCase.assertHeaderNotPresent(java.lang.String msg,
SipMessage sipMessage,
java.lang.String header)
Asserts that the given SIP message contains no occurrence of the specified header. |
void |
SipTestCase.assertHeaderPresent(SipMessage sipMessage,
java.lang.String header)
Asserts that the given SIP message contains at least one occurrence of the specified header. |
void |
SipTestCase.assertHeaderPresent(java.lang.String msg,
SipMessage sipMessage,
java.lang.String header)
Asserts that the given SIP message contains at least one occurrence of the specified header. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||