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.
|
Method | Description | |
---|---|---|
GetTestMethodContext ( object testClass ) : ITestMethodContext | ||
GuardNull ( ITestCommandContext context ) : ITestCommandContext |
public Execute ( object testClass ) : MethodResult | ||
testClass | object | /// The type of the test object. /// |
return | MethodResult |
public ParameterizedCommand ( ITestCommandContext context ) : System | ||
context | ITestCommandContext | /// Information of this test command. /// |
return | System |