C# Class Jwc.Experiment.Xunit.ParameterizedCommand

Represents a parameterized command.
Inheritance: TestCommand
显示文件 Open project: jwChung/Experimentalism Class Usage Examples

Public Methods

Method Description
Execute ( object testClass ) : MethodResult

Executes this test command with a test object.

ParameterizedCommand ( ITestCommandContext context ) : System

Initializes a new instance of the ParameterizedCommand class.

Private Methods

Method Description
GetTestMethodContext ( object testClass ) : ITestMethodContext
GuardNull ( ITestCommandContext context ) : ITestCommandContext

Method Details

Execute() public method

Executes this test command with a test object.
public Execute ( object testClass ) : MethodResult
testClass object /// The type of the test object. ///
return MethodResult

ParameterizedCommand() public method

Initializes a new instance of the ParameterizedCommand class.
public ParameterizedCommand ( ITestCommandContext context ) : System
context ITestCommandContext /// Information of this test command. ///
return System