C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
TestContext ( TestExecutionContext ec ) : System

Construct a TestContext for an ExecutionContext

Описание методов

TestContext() публичный Метод

Construct a TestContext for an ExecutionContext
public TestContext ( TestExecutionContext ec ) : System
ec NUnit.Framework.Internal.TestExecutionContext The ExecutionContext to adapt
Результат System