次の方法で共有


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 WithCreate withValidationRules(WebTestPropertiesValidationRules validationRules)

Specifies the validationRules property: The collection of validation rule properties.

Method Details

withValidationRules

public abstract WebTest.DefinitionStages.WithCreate withValidationRules(WebTestPropertiesValidationRules validationRules)

Specifies the validationRules property: The collection of validation rule properties.

Parameters:

validationRules - The collection of validation rule properties.

Returns:

the next definition stage.

Applies to