C# Class Deeply.Tests.SimpleDataflowTaskFacts

SimpleDataflowTask tests.
Mostrar archivo Open project: jsnape/deeply

Public Methods

Method Description
SimpleDataflowTaskFacts ( ) : System

Initializes a new instance of the SimpleDataflowTaskFacts class.

Private Methods

Method Description
ShouldSendItemsToTargetInOrder ( ) : System.Threading.Tasks.Task
ShouldThrowWhenNullDestinationPassed ( ) : void
ShouldThrowWhenNullMapperPassed ( ) : void
ShouldThrowWhenNullSourcePassed ( ) : void

Method Details

SimpleDataflowTaskFacts() public method

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