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.Assertions.ListContentsTests Class Reference

Summary description for ListContentsTests. More...

Public Member Functions

void ArraySucceeds ()
 
void ArrayFails ()
 
void EmptyArrayFails ()
 
void NullArrayIsError ()
 
void ArrayListSucceeds ()
 
void ArrayListFails ()
 
void DifferentTypesMayBeEqual ()
 

Static Private Attributes

static readonly object[] testArray = { "abc", 123, "xyz" }
 

Detailed Description

Summary description for ListContentsTests.

Member Function Documentation

void NUnit.Framework.Assertions.ListContentsTests.ArraySucceeds ( )
inline
void NUnit.Framework.Assertions.ListContentsTests.ArrayFails ( )
inline
void NUnit.Framework.Assertions.ListContentsTests.EmptyArrayFails ( )
inline
void NUnit.Framework.Assertions.ListContentsTests.NullArrayIsError ( )
inline
void NUnit.Framework.Assertions.ListContentsTests.ArrayListSucceeds ( )
inline
void NUnit.Framework.Assertions.ListContentsTests.ArrayListFails ( )
inline
void NUnit.Framework.Assertions.ListContentsTests.DifferentTypesMayBeEqual ( )
inline

Member Data Documentation

readonly object [] NUnit.Framework.Assertions.ListContentsTests.testArray = { "abc", 123, "xyz" }
staticprivate

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