C# 클래스 NUnit.Framework.Internal.Commands.TestSuiteCommand

TODO: Documentation needed for class
상속: NUnit.Framework.Internal.Commands.TestCommand
파일 보기 프로젝트 열기: pjcollins/Andr.Unit 1 사용 예제들

공개 메소드들

메소드 설명
DoOneTimeSetUp ( TestExecutionContext context ) : void

Does the one time set up for a suite command. Broadly defined, this includes: 1. Applying changes specified by attributes to the context 2. Constructing the user fixture instance 3. Calling the one time setup methods themselves

DoOneTimeTearDown ( TestExecutionContext context ) : void

Does the one time tear down for a suite command.

Execute ( TestExecutionContext context ) : TestResult

TODO: Documentation needed for method

TestSuiteCommand ( TestSuite test ) : System

TODO: Documentation needed for constructor

비공개 메소드들

메소드 설명
IsStaticClass ( Type type ) : bool

메소드 상세

DoOneTimeSetUp() 공개 메소드

Does the one time set up for a suite command. Broadly defined, this includes: 1. Applying changes specified by attributes to the context 2. Constructing the user fixture instance 3. Calling the one time setup methods themselves
public DoOneTimeSetUp ( TestExecutionContext context ) : void
context TestExecutionContext The execution context to use in running the test.
리턴 void

DoOneTimeTearDown() 공개 메소드

Does the one time tear down for a suite command.
public DoOneTimeTearDown ( TestExecutionContext context ) : void
context TestExecutionContext The execution context to use in running the test.
리턴 void

Execute() 공개 메소드

TODO: Documentation needed for method
public Execute ( TestExecutionContext context ) : TestResult
context TestExecutionContext The execution context in which the test should run.
리턴 TestResult

TestSuiteCommand() 공개 메소드

TODO: Documentation needed for constructor
public TestSuiteCommand ( TestSuite test ) : System
test TestSuite
리턴 System