C# 클래스 NUnit.Framework.Internal.WorkItems.SimpleWorkItem

A SimpleWorkItem represents a single test case and is marked as completed immediately upon execution. This class is also used for skipped or ignored test suites.
상속: WorkItem
파일 보기 프로젝트 열기: mono/NUnitLite

공개 메소드들

메소드 설명
SimpleWorkItem ( NUnit.Framework.Internal.Commands.TestCommand command, FinallyDelegate fd ) : System

Construct a simple work item for a test command.

SimpleWorkItem ( TestMethod test, FinallyDelegate fd ) : System

Construct a simple work item for a test.

보호된 메소드들

메소드 설명
PerformWork ( ) : void

Method that performs actually performs the work.

메소드 상세

PerformWork() 보호된 메소드

Method that performs actually performs the work.
protected PerformWork ( ) : void
리턴 void

SimpleWorkItem() 공개 메소드

Construct a simple work item for a test command.
public SimpleWorkItem ( NUnit.Framework.Internal.Commands.TestCommand command, FinallyDelegate fd ) : System
command NUnit.Framework.Internal.Commands.TestCommand The command to be executed
fd FinallyDelegate
리턴 System

SimpleWorkItem() 공개 메소드

Construct a simple work item for a test.
public SimpleWorkItem ( TestMethod test, FinallyDelegate fd ) : System
test TestMethod The test to be executed
fd FinallyDelegate
리턴 System