Method | Description | |
---|---|---|
GetMethodContext ( object testObject ) : ITestMethodContext |
Gets information of the test method.
|
|
GetStaticMethodContext ( ) : ITestMethodContext |
Gets information of the static test method.
|
|
ParameterizedCommandContext ( IMethodInfo testMethod, ISpecimenBuilderFactory factory, IEnumerable |
Initializes a new instance of the ParameterizedCommandContext class.
|
public GetMethodContext ( object testObject ) : ITestMethodContext | ||
testObject | object | /// The test object. /// |
return | ITestMethodContext |
public GetStaticMethodContext ( ) : ITestMethodContext | ||
return | ITestMethodContext |
public ParameterizedCommandContext ( IMethodInfo testMethod, ISpecimenBuilderFactory factory, IEnumerable | ||
testMethod | IMethodInfo | /// A test method. /// |
factory | ISpecimenBuilderFactory | /// A factory to create test fixture. /// |
arguments | IEnumerable | /// Explicit arguments of the test method. /// |
return | System |