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

Represents base class implementing IIdiomaticAssertion.
Наследование: IIdiomaticAssertion
Показать файл Открыть проект

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

Метод Описание
Verify ( Assembly assembly ) : void

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

Verify ( ConstructorInfo constructor ) : void

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

Verify ( FieldInfo field ) : void

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

Verify ( MemberInfo member ) : void

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

Verify ( MethodInfo method ) : void

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

Verify ( Type type ) : void

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

Приватные методы

Метод Описание
Verify ( EventInfo @event ) : void
Verify ( PropertyInfo property ) : void

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

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 constructor.
public Verify ( ConstructorInfo constructor ) : void
constructor System.Reflection.ConstructorInfo /// The constructor. ///
Результат void

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

Verifies that the idiomatic assertion can be verified for the specified field.
public Verify ( FieldInfo field ) : void
field System.Reflection.FieldInfo /// The field. ///
Результат 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 method.
public Verify ( MethodInfo method ) : void
method System.Reflection.MethodInfo /// The method. ///
Результат 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