Standard Web Test Validation Rules Content
data class StandardWebTestValidationRulesContent(val contentMatch: String, val ignoreCase: Boolean? = null, val passIfTextFound: Boolean? = null)
Properties
Link copied to clipboard
A string value containing the content to match on.
Link copied to clipboard
Ignore the casing in the content_match
value.
Link copied to clipboard
If the content of content_match
is found, pass the test. If set to false
, the WebTest is failing if the content of content_match
is found.