C# 클래스 Jwc.Experiment.Xunit.TestCaseCommandContext

Represents context of a test-case command.
파일 보기 프로젝트 열기: jwChung/Experimentalism 1 사용 예제들

공개 메소드들

메소드 설명
GetMethodContext ( object testObject ) : ITestMethodContext

Gets information of the test method.

GetStaticMethodContext ( ) : ITestMethodContext

Gets information of the static test method.

비공개 메소드들

메소드 설명
TestCaseCommandContext ( IMethodInfo testMethod, IMethodInfo actualMethod, object actualObject, ISpecimenBuilderFactory factory, IEnumerable arguments ) : System

메소드 상세

GetMethodContext() 공개 메소드

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

GetStaticMethodContext() 공개 메소드

Gets information of the static test method.
public GetStaticMethodContext ( ) : ITestMethodContext
리턴 ITestMethodContext