C# Class Jwc.Experiment.Xunit.TestMethodContextExtensions

显示文件 Open project: jwChung/Experimentalism

Public Methods

Method Description
AssertHasCorrectValues ( this context, MethodInfo testMethod, MethodInfo actualMethod, object testObject, object actualObject ) : void

Method Details

AssertHasCorrectValues() public static method

public static AssertHasCorrectValues ( this context, MethodInfo testMethod, MethodInfo actualMethod, object testObject, object actualObject ) : void
context this
testMethod System.Reflection.MethodInfo
actualMethod System.Reflection.MethodInfo
testObject object
actualObject object
return void