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

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

공개 메소드들

메소드 설명
AssertBodyIncludesValueValidationRule ( string expectedIncludedValue ) : System.ComponentModel

Constructs the ValidationRule.

Validate ( object sender, ValidationEventArgs e ) : void

The validate method.

메소드 상세

AssertBodyIncludesValueValidationRule() 공개 메소드

Constructs the ValidationRule.
public AssertBodyIncludesValueValidationRule ( string expectedIncludedValue ) : System.ComponentModel
expectedIncludedValue string The expected value to appear within the response body.
리턴 System.ComponentModel

Validate() 공개 메소드

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