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.
Afficher le fichier Open project: pjcollins/Andr.Unit Class Usage Examples

Méthodes publiques

Méthode Description
TestContext ( TestExecutionContext ec ) : System

Construct a TestContext for an ExecutionContext

Method Details

TestContext() public méthode

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