diff --git a/docs/assertions.html b/docs/assertions.html index acf66ec..3a391c4 100644 --- a/docs/assertions.html +++ b/docs/assertions.html @@ -633,6 +633,44 @@ +
Asserts that a resource's content includes a given string.
+ +| Attribute | +Description | +Required | +
| resource | +Location of the resource to load. | +Yes | +
| value | +The text to search for. | +Yes | +
| casesensitive | ++ Perform a case sensitive match. + Default is true. + | +No. | +
| message | +Message for the exception if the condition + doesn't hold true. Defaults to "Expected resource + 'resource' to contain value 'value' but + was 'content of resource'". | +No. | +