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.AndConstraintTests Class Reference
+ Inheritance diagram for NUnit.Framework.Constraints.AndConstraintTests:
+ Collaboration diagram for NUnit.Framework.Constraints.AndConstraintTests:

Public Member Functions

void SetUp ()
 
void CanCombineTestsWithAndOperator ()
 
void HandlesFirstPartFailing ()
 
- Public Member Functions inherited from NUnit.Framework.Constraints.ConstraintTestBase
void SucceedsWithGoodValues (object value)
 
void FailsWithBadValues (object badValue, string message)
 
- Public Member Functions inherited from NUnit.Framework.Constraints.ConstraintTestBaseNoData
void ProvidesProperDescription ()
 
void ProvidesProperStringRepresentation ()
 

Static Private Attributes

static object[] SuccessData = new object[] { 42 }
 
static object[] FailureData = new object[] { new object[] { 37, "37" }, new object[] { 53, "53" } }
 

Additional Inherited Members

- Protected Attributes inherited from NUnit.Framework.Constraints.ConstraintTestBaseNoData
Constraint theConstraint
 
string expectedDescription = "<NOT SET>"
 
string stringRepresentation = "<NOT SET>"
 

Member Function Documentation

void NUnit.Framework.Constraints.AndConstraintTests.SetUp ( )
inline
void NUnit.Framework.Constraints.AndConstraintTests.CanCombineTestsWithAndOperator ( )
inline
void NUnit.Framework.Constraints.AndConstraintTests.HandlesFirstPartFailing ( )
inline

Member Data Documentation

object [] NUnit.Framework.Constraints.AndConstraintTests.SuccessData = new object[] { 42 }
staticprivate
object [] NUnit.Framework.Constraints.AndConstraintTests.FailureData = new object[] { new object[] { 37, "37" }, new object[] { 53, "53" } }
staticprivate

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