WebSocketMessage VerifyContains Method C# API
Overload List

  NameDescription
Public methodVerifyContains(String)
Determines whether the content of this WebSocketMessage contains the specified text.
Public methodVerifyContains(String, ActionType)
Determines whether the content of this WebSocketMessage contains the specified text, and specifying what action to take in case of failure.
Public methodVerifyContains(String, Boolean)
Determines whether the content of this WebSocketMessage contains the specified text, specifying whether the search will be case-sensitive.
Public methodVerifyContains(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.
Back to Top
See Also