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.Tests.TestContextTests Class Reference

Public Member Functions

 TestContextTests ()
 
void ConstructorCanAccessTestDirectory ()
 
void ConstructorAccessWorkDirectory ()
 
void TestCanAccessItsOwnName ()
 
void ConstructorCanAccessFixtureName ()
 
void TestCaseCanAccessItsOwnName (int x)
 
void TestCanAccessItsOwnFullName ()
 
void TestCaseCanAccessItsOwnFullName (int x)
 
void TestCanAccessItsOwnMethodName ()
 
void TestCaseCanAccessItsOwnMethodName (int x)
 
void TestCanAccessItsOwnId ()
 
void TestCanAccessItsOwnProperties ()
 
void TestCanAccessWorkDirectory ()
 
void TestCanAccessTestState_PassingTest ()
 
void TestCanAccessTestState_FailureInSetUp ()
 
void TestCanAccessTestState_FailingTest ()
 
void TestCanAccessTestState_IgnoredInSetUp ()
 
void TestContextOut_WritesToResult ()
 
void TestContextWrite_WritesToResult ()
 
void TestContextWriteLine_WritesToResult ()
 
void TestContextStoresFailureInfoForTearDown ()
 
void TestContextStoresFailureInfoForOneTimeTearDown ()
 

Private Attributes

string _name
 
string _testDirectory
 
string _workDirectory
 
const string SOME_TEXT = "Should go to the result"
 

Static Private Attributes

static readonly string NL = NUnit.Env.NewLine
 

Constructor & Destructor Documentation

Member Function Documentation

void NUnit.Framework.Tests.TestContextTests.ConstructorCanAccessTestDirectory ( )
inline
void NUnit.Framework.Tests.TestContextTests.ConstructorAccessWorkDirectory ( )
inline
void NUnit.Framework.Tests.TestContextTests.ConstructorCanAccessFixtureName ( )
inline
void NUnit.Framework.Tests.TestContextTests.TestCaseCanAccessItsOwnFullName ( int  x)
inline
void NUnit.Framework.Tests.TestContextTests.TestCaseCanAccessItsOwnMethodName ( int  x)
inline
void NUnit.Framework.Tests.TestContextTests.TestCanAccessWorkDirectory ( )
inline
void NUnit.Framework.Tests.TestContextTests.TestCanAccessTestState_PassingTest ( )
inline
void NUnit.Framework.Tests.TestContextTests.TestContextOut_WritesToResult ( )
inline
void NUnit.Framework.Tests.TestContextTests.TestContextWrite_WritesToResult ( )
inline
void NUnit.Framework.Tests.TestContextTests.TestContextWriteLine_WritesToResult ( )
inline
void NUnit.Framework.Tests.TestContextTests.TestContextStoresFailureInfoForTearDown ( )
inline
void NUnit.Framework.Tests.TestContextTests.TestContextStoresFailureInfoForOneTimeTearDown ( )
inline

Member Data Documentation

string NUnit.Framework.Tests.TestContextTests._name
private
string NUnit.Framework.Tests.TestContextTests._testDirectory
private
string NUnit.Framework.Tests.TestContextTests._workDirectory
private
const string NUnit.Framework.Tests.TestContextTests.SOME_TEXT = "Should go to the result"
private
readonly string NUnit.Framework.Tests.TestContextTests.NL = NUnit.Env.NewLine
staticprivate

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