C# 클래스 Deeply.Tests.CompositeTaskFacts

CompositeTaskFacts Task tests.
상속: Deeply.Tests.Fixtures.SimpleContextFixture
파일 보기 프로젝트 열기: jsnape/deeply

공개 메소드들

메소드 설명
CompositeTaskFacts ( ) : System

Initializes a new instance of the CompositeTaskFacts class.

비공개 메소드들

메소드 설명
NullTaskSequenceThrows ( ) : void
ParallelTaskNameConstructorSetsName ( ) : void
ParallelTasksExecuteInParallel ( ) : Task
ParallelTasksVerifyInParallel ( ) : Task
SequentialTaskNameConstructorSetsName ( ) : void
SequentialTasksExecuteInSequence ( ) : Task
SequentialTasksVerifyInParallel ( ) : Task
TaskCounterFunction ( ITaskContext context ) : Task

Helper function to increment and decrement a counter.

메소드 상세

CompositeTaskFacts() 공개 메소드

Initializes a new instance of the CompositeTaskFacts class.
public CompositeTaskFacts ( ) : System
리턴 System