C# 클래스 Amido.Testing.WebApi.ValidationRules.AssertRetryValidationRule

상속: ValidationRule
파일 보기 프로젝트 열기: amido/Amido.Testing

공개 메소드들

메소드 설명
AssertRetryValidationRule ( RetryTestType retryTestType, string expectedValue ) : System.ComponentModel

Constructs the ValidationRule.

Validate ( object sender, ValidationEventArgs e ) : void

The validate method.

메소드 상세

AssertRetryValidationRule() 공개 메소드

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

Validate() 공개 메소드

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