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.CollectionContainsConstraintTests Class Reference

Public Member Functions

void CanTestContentsOfArray ()
 
void CanTestContentsOfObjectList ()
 
void CanTestContentsOfSortedList ()
 
void CanTestContentsOfCollectionNotImplementingIList ()
 
void IgnoreCaseIsHonored (object expected, IEnumerable actual)
 
void UsingIsHonored ()
 

Static Private Attributes

static readonly object[] IgnoreCaseData
 

Member Function Documentation

void NUnit.Framework.Constraints.CollectionContainsConstraintTests.CanTestContentsOfArray ( )
inline
void NUnit.Framework.Constraints.CollectionContainsConstraintTests.CanTestContentsOfObjectList ( )
inline
void NUnit.Framework.Constraints.CollectionContainsConstraintTests.CanTestContentsOfSortedList ( )
inline
void NUnit.Framework.Constraints.CollectionContainsConstraintTests.CanTestContentsOfCollectionNotImplementingIList ( )
inline
void NUnit.Framework.Constraints.CollectionContainsConstraintTests.IgnoreCaseIsHonored ( object  expected,
IEnumerable  actual 
)
inline
void NUnit.Framework.Constraints.CollectionContainsConstraintTests.UsingIsHonored ( )
inline

Member Data Documentation

readonly object [] NUnit.Framework.Constraints.CollectionContainsConstraintTests.IgnoreCaseData
staticprivate
Initial value:
=
{
new object[] {"WORLD", new string[] { "Hello", "World" }},
new object[] {"z",new SimpleObjectCollection("z", "Y", "X")},
new object[] {'A', new object[] {'a', 'b', 'c'}},
new object[] {"a", new object[] {"A", "B", "C"}}
}

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