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

Public Member Functions

void SetUp ()
 
void NullDataThrowsArgumentNullException ()
 
- 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[] { new int[0], "hello", typeof(Array) }
 
static object[] FailureData
 

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.PropertyExistsTests.SetUp ( )
inline
void NUnit.Framework.Constraints.PropertyExistsTests.NullDataThrowsArgumentNullException ( )
inline

Member Data Documentation

object [] NUnit.Framework.Constraints.PropertyExistsTests.SuccessData = new object[] { new int[0], "hello", typeof(Array) }
staticprivate
object [] NUnit.Framework.Constraints.PropertyExistsTests.FailureData
staticprivate
Initial value:
= new object[] {
new TestCaseData( 42, "<System.Int32>" ),
new TestCaseData( new List<int>(), "<System.Collections.Generic.List`1[System.Int32]>" ),
new TestCaseData( typeof(Int32), "<System.Int32>" ) }

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