C# Класс Amido.Testing.WebApi.ValidationRules.AssertHeadersIncludesValueValidationRule

Наследование: ValidationRule
Показать файл Открыть проект

Открытые методы

Метод Описание
AssertHeadersIncludesValueValidationRule ( string expectedIncludedValue ) : System.ComponentModel

Constructs the ValidationRule.

Validate ( object sender, ValidationEventArgs e ) : void

The validate method.

Описание методов

AssertHeadersIncludesValueValidationRule() публичный Метод

Constructs the ValidationRule.
public AssertHeadersIncludesValueValidationRule ( string expectedIncludedValue ) : System.ComponentModel
expectedIncludedValue string The expected value to appear within the response header.
Результат System.ComponentModel

Validate() публичный Метод

The validate method.
public Validate ( object sender, ValidationEventArgs e ) : void
sender object The sender.
e ValidationEventArgs The
Результат void