NUnit.Framework.Internal.TestExecutionContext Members

The members of NUnit.Framework.Internal.TestExecutionContext are listed below.

See Also: Inherited members from System.Object

Public Constructors

Public Fields

Public Properties

[read-only]
static
CurrentContextXamarin.iOS.dll=NUnit.Framework.Internal.TestExecutionContext. Gets the current context.
CurrentCultureSystem.Globalization.CultureInfo. Saves or restores the CurrentCulture
CurrentResultXamarin.iOS.dll=NUnit.Framework.Internal.TestResult. Gets or sets the current test result
CurrentTestXamarin.iOS.dll=NUnit.Framework.Internal.Test. Gets or sets the current test
CurrentUICultureSystem.Globalization.CultureInfo. Saves or restores the CurrentUICulture
[read-only]
RandomGeneratorXamarin.iOS.dll=NUnit.Framework.Internal.RandomGenerator. Documentation for this section has not yet been entered.
StartTimeDateTime. Documentation for this section has not yet been entered.
StopOnErrorbool. Get or set indicator that run should stop on the first error
TestCaseTimeoutint. Documentation for this section has not yet been entered.
TestObjectobject. The current test object - that is the user fixture object on which tests are being executed.
WorkDirectorystring. Get or set the working directory

Public Methods

IncrementAssertCount()
Increments the assert count.
Restore() : Xamarin.iOS.dll=NUnit.Framework.Internal.TestExecutionContext
Documentation for this section has not yet been entered.
Save() : Xamarin.iOS.dll=NUnit.Framework.Internal.TestExecutionContext
Documentation for this section has not yet been entered.
UpdateContext()
Documentation for this section has not yet been entered.