Method | Description | |
---|---|---|
Execute ( object testClass ) : Xunit.Sdk.MethodResult |
Executes the specified test class.
|
|
SpecificationCommand ( ITestCommand innerCommand, IMethodInfo testMethod ) : System |
Initializes a new instance of the SpecificationCommand class.
|
public Execute ( object testClass ) : Xunit.Sdk.MethodResult | ||
testClass | object | The test class. |
return | Xunit.Sdk.MethodResult |
public SpecificationCommand ( ITestCommand innerCommand, IMethodInfo testMethod ) : System | ||
innerCommand | ITestCommand | The inner command. |
testMethod | IMethodInfo | The test method. |
return | System |