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

TODO: Documentation needed for class
Наследование: NUnit.Framework.Internal.Commands.DelegatingTestCommand
Показать файл Открыть проект

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

Метод Описание
Execute ( TestExecutionContext context ) : TestResult

Runs the test, saving a TestResult in the supplied TestExecutionContext

MaxTimeCommand ( NUnit.Framework.Internal.Commands.TestCommand innerCommand ) : System

Initializes a new instance of the MaxTimeCommand class. TODO: Add a comment about where the max time is retrieved.

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

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

Runs the test, saving a TestResult in the supplied TestExecutionContext
public Execute ( TestExecutionContext context ) : TestResult
context TestExecutionContext The context in which the test should run.
Результат TestResult

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

Initializes a new instance of the MaxTimeCommand class. TODO: Add a comment about where the max time is retrieved.
public MaxTimeCommand ( NUnit.Framework.Internal.Commands.TestCommand innerCommand ) : System
innerCommand NUnit.Framework.Internal.Commands.TestCommand The inner command.
Результат System