IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Constraints.ReusableConstraintTests Class Reference
+ Collaboration diagram for NUnit.Framework.Constraints.ReusableConstraintTests:

Public Member Functions

void CanReuseReusableConstraintMultipleTimes (ReusableConstraint c)
 
void CanCreateReusableConstraintByImplicitConversion ()
 

Static Private Attributes

static readonly
ReusableConstraint[] 
constraints
 

Member Function Documentation

void NUnit.Framework.Constraints.ReusableConstraintTests.CanReuseReusableConstraintMultipleTimes ( ReusableConstraint  c)
inline
void NUnit.Framework.Constraints.ReusableConstraintTests.CanCreateReusableConstraintByImplicitConversion ( )
inline

Member Data Documentation

readonly ReusableConstraint [] NUnit.Framework.Constraints.ReusableConstraintTests.constraints
staticprivate
Initial value:
= new ReusableConstraint[] {
Is.Not.Empty,
Is.Not.Null,
Has.Length.GreaterThan(3),
Has.Property("Length").EqualTo(4).And.StartsWith("te")
}

The documentation for this class was generated from the following file: