WebTest.DefinitionStages.WithValidationRules Interface
public static interface WebTest.DefinitionStages.WithValidationRules
The stage of the WebTest definition allowing to specify validationRules.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withValidationRules(WebTestPropertiesValidationRules validationRules)
Specifies the validation |
Method Details
withValidationRules
public abstract WebTest.DefinitionStages.WithCreate withValidationRules(WebTestPropertiesValidationRules validationRules)
Specifies the validationRules property: The collection of validation rule properties.
Parameters:
Returns: