C# Class NUnit.Framework.TestContext

Provide the context information of the current test. This is an adapter for the internal ExecutionContext class, hiding the internals from the user test.
ファイルを表示 Open project: pjcollins/Andr.Unit Class Usage Examples

Public Methods

Method Description
TestContext ( TestExecutionContext ec ) : System

Construct a TestContext for an ExecutionContext

Method Details

TestContext() public method

Construct a TestContext for an ExecutionContext
public TestContext ( TestExecutionContext ec ) : System
ec NUnit.Framework.Internal.TestExecutionContext The ExecutionContext to adapt
return System