C# Class Deeply.Tests.CompositeTaskFacts

CompositeTaskFacts Task tests.
Inheritance: Deeply.Tests.Fixtures.SimpleContextFixture
Afficher le fichier Open project: jsnape/deeply

Méthodes publiques

Méthode Description
CompositeTaskFacts ( ) : System

Initializes a new instance of the CompositeTaskFacts class.

Private Methods

Méthode 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 méthode

Initializes a new instance of the CompositeTaskFacts class.
public CompositeTaskFacts ( ) : System
Résultat System