void NUnit.Framework.Constraints.ReusableConstraintTests.CanReuseReusableConstraintMultipleTimes |
( |
ReusableConstraint |
c | ) |
|
|
inline |
void NUnit.Framework.Constraints.ReusableConstraintTests.CanCreateReusableConstraintByImplicitConversion |
( |
| ) |
|
|
inline |
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: