C# Класс Jwc.Experiment.Xunit.ParameterizedCommand

Represents a parameterized command.
Наследование: TestCommand
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Execute ( object testClass ) : MethodResult

Executes this test command with a test object.

ParameterizedCommand ( ITestCommandContext context ) : System

Initializes a new instance of the ParameterizedCommand class.

Приватные методы

Метод Описание
GetTestMethodContext ( object testClass ) : ITestMethodContext
GuardNull ( ITestCommandContext context ) : ITestCommandContext

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

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

Executes this test command with a test object.
public Execute ( object testClass ) : MethodResult
testClass object /// The type of the test object. ///
Результат MethodResult

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

Initializes a new instance of the ParameterizedCommand class.
public ParameterizedCommand ( ITestCommandContext context ) : System
context ITestCommandContext /// Information of this test command. ///
Результат System