C# Class Jwc.Experiment.Xunit.TestCaseCommandContext

Represents context of a test-case command.
Inheritance: TestCommandContext
Show file Open project: jwChung/Experimentalism Class Usage Examples

Public Methods

Method Description
GetMethodContext ( object testObject ) : ITestMethodContext

Gets information of the test method.

GetStaticMethodContext ( ) : ITestMethodContext

Gets information of the static test method.

Private Methods

Method Description
TestCaseCommandContext ( IMethodInfo testMethod, IMethodInfo actualMethod, object actualObject, ISpecimenBuilderFactory factory, IEnumerable arguments ) : System

Method Details

GetMethodContext() public method

Gets information of the test method.
public GetMethodContext ( object testObject ) : ITestMethodContext
testObject object /// The test object. ///
return ITestMethodContext

GetStaticMethodContext() public method

Gets information of the static test method.
public GetStaticMethodContext ( ) : ITestMethodContext
return ITestMethodContext