C# Class Deeply.Tests.CompositeTaskFacts

CompositeTaskFacts Task tests.
Inheritance: Deeply.Tests.Fixtures.SimpleContextFixture
Show file Open project: jsnape/deeply

Public Methods

Method Description
CompositeTaskFacts ( ) : System

Initializes a new instance of the CompositeTaskFacts class.

Private Methods

Method Description
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.

Method Details

CompositeTaskFacts() public method

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