Jwc.Experiment.Xunit.TestCommandContext.GetMethodContext C# (CSharp) 메소드

GetMethodContext() 공개 추상적인 메소드

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