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

Summary description for TestExecutionContextTests. More...

+ Collaboration diagram for NUnit.Framework.Internal.TestExecutionContextTests:

Classes

class  TestClass
 

Public Member Functions

void OneTimeSetUp ()
 
void OneTimeTearDown ()
 
void Initialize ()
 Since we are testing the mechanism that saves and restores contexts, we save manually here More...
 
void Cleanup ()
 
void FixtureSetUpCanAccessFixtureName ()
 
void FixtureSetUpCanAccessFixtureFullName ()
 
void FixtureSetUpCanAccessFixtureId ()
 
void FixtureSetUpCanAccessFixtureProperties ()
 
void SetUpCanAccessTestName ()
 
void SetUpCanAccessTestFullName ()
 
void SetUpCanAccessTestId ()
 
void SetUpCanAccessTestProperties ()
 
void TestCanAccessItsOwnName ()
 
void TestCanAccessItsOwnFullName ()
 
void TestCanAccessItsOwnId ()
 
void TestCanAccessItsOwnProperties ()
 
void FixtureSetUpontextReflectsCurrentCulture ()
 
void FixtureSetUpContextReflectsCurrentUICulture ()
 
void SetUpContextReflectsCurrentCulture ()
 
void SetUpContextReflectsCurrentUICulture ()
 
void TestContextReflectsCurrentCulture ()
 
void TestContextReflectsCurrentUICulture ()
 
void SetAndRestoreCurrentCulture ()
 
void SetAndRestoreCurrentUICulture ()
 
void FixtureSetUpContextReflectsCurrentPrincipal ()
 
void SetUpContextReflectsCurrentPrincipal ()
 
void TestContextReflectsCurrentPrincipal ()
 
void SetAndRestoreCurrentPrincipal ()
 
void ExecutionStatusIsPushedToHigherContext ()
 
void ExecutionStatusIsPulledFromHigherContext ()
 
void ExecutionStatusIsPromulgatedAcrossBranches ()
 
void CanCreateObjectInAppDomain ()
 

Private Attributes

TestExecutionContext fixtureContext
 
TestExecutionContext setupContext
 
string originalDirectory
 
IPrincipal originalPrincipal
 
CultureInfo originalCulture
 
CultureInfo originalUICulture
 

Detailed Description

Summary description for TestExecutionContextTests.

Member Function Documentation

void NUnit.Framework.Internal.TestExecutionContextTests.OneTimeSetUp ( )
inline
void NUnit.Framework.Internal.TestExecutionContextTests.Initialize ( )
inline

Since we are testing the mechanism that saves and restores contexts, we save manually here

References NUnit.Framework.Internal.TestExecutionContext.CurrentContext.

void NUnit.Framework.Internal.TestExecutionContextTests.FixtureSetUpCanAccessFixtureName ( )
inline
void NUnit.Framework.Internal.TestExecutionContextTests.FixtureSetUpCanAccessFixtureFullName ( )
inline
void NUnit.Framework.Internal.TestExecutionContextTests.FixtureSetUpCanAccessFixtureId ( )
inline
void NUnit.Framework.Internal.TestExecutionContextTests.SetUpCanAccessTestName ( )
inline
void NUnit.Framework.Internal.TestExecutionContextTests.SetUpCanAccessTestFullName ( )
inline
void NUnit.Framework.Internal.TestExecutionContextTests.SetUpCanAccessTestId ( )
inline
void NUnit.Framework.Internal.TestExecutionContextTests.FixtureSetUpontextReflectsCurrentCulture ( )
inline
void NUnit.Framework.Internal.TestExecutionContextTests.FixtureSetUpContextReflectsCurrentUICulture ( )
inline
void NUnit.Framework.Internal.TestExecutionContextTests.SetUpContextReflectsCurrentCulture ( )
inline
void NUnit.Framework.Internal.TestExecutionContextTests.SetUpContextReflectsCurrentUICulture ( )
inline
void NUnit.Framework.Internal.TestExecutionContextTests.TestContextReflectsCurrentCulture ( )
inline
void NUnit.Framework.Internal.TestExecutionContextTests.TestContextReflectsCurrentUICulture ( )
inline
void NUnit.Framework.Internal.TestExecutionContextTests.SetAndRestoreCurrentCulture ( )
inline
void NUnit.Framework.Internal.TestExecutionContextTests.SetAndRestoreCurrentUICulture ( )
inline
void NUnit.Framework.Internal.TestExecutionContextTests.FixtureSetUpContextReflectsCurrentPrincipal ( )
inline
void NUnit.Framework.Internal.TestExecutionContextTests.SetUpContextReflectsCurrentPrincipal ( )
inline
void NUnit.Framework.Internal.TestExecutionContextTests.TestContextReflectsCurrentPrincipal ( )
inline
void NUnit.Framework.Internal.TestExecutionContextTests.SetAndRestoreCurrentPrincipal ( )
inline
void NUnit.Framework.Internal.TestExecutionContextTests.ExecutionStatusIsPushedToHigherContext ( )
inline
void NUnit.Framework.Internal.TestExecutionContextTests.ExecutionStatusIsPulledFromHigherContext ( )
inline
void NUnit.Framework.Internal.TestExecutionContextTests.ExecutionStatusIsPromulgatedAcrossBranches ( )
inline
void NUnit.Framework.Internal.TestExecutionContextTests.CanCreateObjectInAppDomain ( )
inline

Member Data Documentation

TestExecutionContext NUnit.Framework.Internal.TestExecutionContextTests.fixtureContext
private
TestExecutionContext NUnit.Framework.Internal.TestExecutionContextTests.setupContext
private
string NUnit.Framework.Internal.TestExecutionContextTests.originalDirectory
private
IPrincipal NUnit.Framework.Internal.TestExecutionContextTests.originalPrincipal
private
CultureInfo NUnit.Framework.Internal.TestExecutionContextTests.originalCulture
private
CultureInfo NUnit.Framework.Internal.TestExecutionContextTests.originalUICulture
private

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