C# Class Amido.Testing.WebApi.ValidationRules.AssertRetryValidationRule

Inheritance: ValidationRule
显示文件 Open project: amido/Amido.Testing

Public Methods

Method Description
AssertRetryValidationRule ( RetryTestType retryTestType, string expectedValue ) : System.ComponentModel

Constructs the ValidationRule.

Validate ( object sender, ValidationEventArgs e ) : void

The validate method.

Method Details

AssertRetryValidationRule() public method

Constructs the ValidationRule.
public AssertRetryValidationRule ( RetryTestType retryTestType, string expectedValue ) : System.ComponentModel
retryTestType RetryTestType The .
expectedValue string The expected value.
return System.ComponentModel

Validate() public method

The validate method.
public Validate ( object sender, ValidationEventArgs e ) : void
sender object The sender.
e ValidationEventArgs The
return void