C# Class Helios.FsCheck.Tests.Channels.ChannelPipelineConstructionSpecs

Test to validate that the DefaultChannelPipeline adds pipeline handlers to their correct and proper positions.
Afficher le fichier Open project: helios-io/helios

Méthodes publiques

Méthode Description
ChannelPipelineConstructionSpecs ( ) : System.Linq

Private Methods

Méthode Description
ChannelPipeline_should_add_item_to_head ( ) : void
ChannelPipeline_should_obey_mutation_model ( ) : Property
ChannelPipeline_should_start_with_head_and_tail_handlers ( ) : void
PipelineModel_should_detect_named_nodes_added_to_head ( ) : void
PipelineModel_should_detect_named_nodes_added_to_tail ( ) : void
PipelineModel_should_no_longer_detect_named_nodes_added_to_head ( ) : void
PipelineModel_should_no_longer_detect_named_nodes_removed_from_tail ( ) : void

Method Details

ChannelPipelineConstructionSpecs() public méthode

public ChannelPipelineConstructionSpecs ( ) : System.Linq
Résultat System.Linq