C# 클래스 Jwc.Experiment.Idioms.CompositeIdiomaticAssertion

Composes an arbitrary number of IIdiomaticAssertion instances.
상속: IIdiomaticAssertion
파일 보기 프로젝트 열기: jwChung/Experimentalism

공개 메소드들

메소드 설명
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