C# Class Jwc.Experiment.Idioms.RestrictiveReferenceAssertion

Encapsulates a unit test that verifies that all references of an assembly are specified.
Inheritance: IdiomaticAssertion
Afficher le fichier Open project: jwChung/Experimentalism Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
GetRestrictiveReferenceString ( ) : string
Verify ( Assembly assembly, Assembly reference ) : void
Verify ( Assembly assembly, IEnumerable references, Assembly restrictiveReference ) : void

Method Details

RestrictiveReferenceAssertion() public méthode

Initializes a new instance of the RestrictiveReferenceAssertion class.
public RestrictiveReferenceAssertion ( ) : System
Résultat System

Verify() public méthode

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