C# Класс NUnit.Framework.Internal.Commands.ApplyChangesToContextCommand

ContextSettingsCommand applies specified changes to the TestExecutionContext prior to running a test. No special action is needed after the test runs, since the prior context will be restored automatically.
Наследование: NUnit.Framework.Internal.Commands.DelegatingTestCommand
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ApplyChangesToContextCommand ( NUnit.Framework.Internal.Commands.TestCommand innerCommand, IEnumerable changes ) : System
Execute ( TestExecutionContext context ) : TestResult

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

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

public ApplyChangesToContextCommand ( NUnit.Framework.Internal.Commands.TestCommand innerCommand, IEnumerable changes ) : System
innerCommand NUnit.Framework.Internal.Commands.TestCommand
changes IEnumerable
Результат System

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

public Execute ( TestExecutionContext context ) : TestResult
context TestExecutionContext
Результат TestResult