Contains

Contains assertion is used to check if a string contains another string.

This assertion interface is as follows:

The following assertion fields are shown in the screenshot:

  • Text - the text to find the value in;

  • Value - the value that needs to be found.

Error Fixing

This assertion doesn't have any error fixing algorythm.

File Representation

The assertion has the contains type in the file. The type description can be found in the Assertion file representation documentation in the #/definitions/ContainsAssertion definition.

Last updated