Overload List
| Name | Description | |
|---|---|---|
| VerifyContains(String) |
Determines whether the content of this WebSocketMessage contains the specified text.
| |
| VerifyContains(String, ActionType) |
Determines whether the content of this WebSocketMessage contains the specified text,
and specifying what action to take in case of failure.
| |
| VerifyContains(String, Boolean) |
Determines whether the content of this WebSocketMessage contains the specified text,
specifying whether the search will be case-sensitive.
| |
| VerifyContains(String, ActionType, Boolean) |
Determines whether the content of this WebSocketMessage contains the specified text,
specifying whether the search will be case-sensitive,
and what action to take in case of failure.
|
See Also