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

Encapsulates a unit test that verifies that all references of an assembly are specified.
상속: IdiomaticAssertion
파일 보기 프로젝트 열기: jwChung/Experimentalism 1 사용 예제들

공개 메소드들

메소드 설명
RestrictiveReferenceAssertion ( ) : System

Initializes a new instance of the RestrictiveReferenceAssertion class.

Verify ( Assembly assembly ) : void

Verifies that all references of an assembly are specified through the restrictive references.

비공개 메소드들

메소드 설명
GetRestrictiveReferenceString ( ) : string
Verify ( Assembly assembly, Assembly reference ) : void
Verify ( Assembly assembly, IEnumerable references, Assembly restrictiveReference ) : void

메소드 상세

RestrictiveReferenceAssertion() 공개 메소드

Initializes a new instance of the RestrictiveReferenceAssertion class.
public RestrictiveReferenceAssertion ( ) : System
리턴 System

Verify() 공개 메소드

Verifies that all references of an assembly are specified through the restrictive references.
public Verify ( Assembly assembly ) : void
assembly System.Reflection.Assembly /// The assembly. ///
리턴 void