Web Test Properties Response Content Validation
data class WebTestPropertiesResponseContentValidation(val contentMatch: String? = null, val ignoreCase: Boolean? = null, val passIfTextFound: Boolean? = null)
The collection of content validation properties
Constructors
Link copied to clipboard
fun WebTestPropertiesResponseContentValidation(contentMatch: String? = null, ignoreCase: Boolean? = null, passIfTextFound: Boolean? = null)