C# Class Jwc.Experiment.Xunit.TestMethodContext

Inheritance: ITestMethodContext
显示文件 Open project: jwChung/Experimentalism

Public Methods

Method Description
TestMethodContext ( MethodInfo testMethod, MethodInfo actualMethod, object testObject, object actualObject ) : System.Reflection

Method Details

TestMethodContext() public method

public TestMethodContext ( MethodInfo testMethod, MethodInfo actualMethod, object testObject, object actualObject ) : System.Reflection
testMethod System.Reflection.MethodInfo
actualMethod System.Reflection.MethodInfo
testObject object
actualObject object
return System.Reflection