C# Класс Jwc.Experiment.Idioms.CompositeIdiomaticAssertion

Composes an arbitrary number of IIdiomaticAssertion instances.
Наследование: IIdiomaticAssertion
Показать файл Открыть проект

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

Метод Описание
CompositeIdiomaticAssertion ( ) : System

Initializes a new instance of the CompositeIdiomaticAssertion class.

CompositeIdiomaticAssertion ( IEnumerable assertions ) : System

Initializes a new instance of the CompositeIdiomaticAssertion class.

Verify ( Assembly assembly ) : void

Verifies that the idiomatic assertion can be verified for the specified assembly.

Verify ( MemberInfo member ) : void

Verifies that the idiomatic assertion can be verified for the specified member.

Verify ( Type type ) : void

Verifies that the idiomatic assertion can be verified for the specified type.

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

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

Initializes a new instance of the CompositeIdiomaticAssertion class.
public CompositeIdiomaticAssertion ( ) : System
Результат System

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

Initializes a new instance of the CompositeIdiomaticAssertion class.
public CompositeIdiomaticAssertion ( IEnumerable assertions ) : System
assertions IEnumerable /// The assertions. ///
Результат System

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

Verifies that the idiomatic assertion can be verified for the specified assembly.
public Verify ( Assembly assembly ) : void
assembly System.Reflection.Assembly /// The assembly. ///
Результат void

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

Verifies that the idiomatic assertion can be verified for the specified member.
public Verify ( MemberInfo member ) : void
member System.Reflection.MemberInfo /// The member. ///
Результат void

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

Verifies that the idiomatic assertion can be verified for the specified type.
public Verify ( Type type ) : void
type System.Type /// The type. ///
Результат void