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

Represents a parameterized command.
상속: TestCommand
파일 보기 프로젝트 열기: jwChung/Experimentalism 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( object testClass ) : MethodResult

Executes this test command with a test object.

ParameterizedCommand ( ITestCommandContext context ) : System

Initializes a new instance of the ParameterizedCommand class.

비공개 메소드들

메소드 설명
GetTestMethodContext ( object testClass ) : ITestMethodContext
GuardNull ( ITestCommandContext context ) : ITestCommandContext

메소드 상세

Execute() 공개 메소드

Executes this test command with a test object.
public Execute ( object testClass ) : MethodResult
testClass object /// The type of the test object. ///
리턴 MethodResult

ParameterizedCommand() 공개 메소드

Initializes a new instance of the ParameterizedCommand class.
public ParameterizedCommand ( ITestCommandContext context ) : System
context ITestCommandContext /// Information of this test command. ///
리턴 System