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.Internal.TestXmlTests Class Reference
+ Collaboration diagram for NUnit.Framework.Internal.TestXmlTests:

Classes

class  DummyFixture
 
class  DummyGenericFixture< T >
 

Public Member Functions

void SetUp ()
 
void TestTypeTests ()
 
void TestMethodToXml ()
 
void TestFixtureToXml ()
 
void TestFixtureToXml_Recursive ()
 
void TestSuiteToXml ()
 
void TestSuiteToXml_Recursive ()
 
void TestNameWithInvalidCharacter ()
 

Private Member Functions

void CheckXmlForTest (Test test, bool recursive)
 
void CheckXmlForTest (Test test, TNode topNode, bool recursive)
 

Private Attributes

TestSuite testSuite
 
TestFixture testFixture
 
TestMethod testMethod
 

Member Function Documentation

void NUnit.Framework.Internal.TestXmlTests.TestTypeTests ( )
inline
void NUnit.Framework.Internal.TestXmlTests.TestMethodToXml ( )
inline
void NUnit.Framework.Internal.TestXmlTests.TestFixtureToXml ( )
inline
void NUnit.Framework.Internal.TestXmlTests.TestFixtureToXml_Recursive ( )
inline
void NUnit.Framework.Internal.TestXmlTests.TestSuiteToXml ( )
inline
void NUnit.Framework.Internal.TestXmlTests.TestSuiteToXml_Recursive ( )
inline
void NUnit.Framework.Internal.TestXmlTests.CheckXmlForTest ( Test  test,
bool  recursive 
)
inlineprivate

Member Data Documentation

TestSuite NUnit.Framework.Internal.TestXmlTests.testSuite
private
TestFixture NUnit.Framework.Internal.TestXmlTests.testFixture
private
TestMethod NUnit.Framework.Internal.TestXmlTests.testMethod
private

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