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);