Jwc.Experiment.Xunit.TestCommandContext.GetMethodContext C# (CSharp) Method

GetMethodContext() public abstract method

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