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

Afficher le fichier Open project: helios-io/helios

Méthodes publiques

Méthode Description
ChannelPipelineInvocationSpecs ( ) : System

Private Methods

Méthode Description
AllEventsChannelHandler_should_correctly_report_all_supported_events ( SupportedEvent events ) : System.Property
ChannelPipeline_should_invoke_HandlerAdded_to_recently_added_handler ( ) : void
ChannelPipeline_should_invoke_HandlerRemoved_to_removed_handler ( ) : void
ChannelPipeline_should_obey_invocation_model ( ) : System.Property
ChannelPipeline_with_no_handlers_should_not_throw_on_invocation ( ) : System.Threading.Tasks.Task
DefaultNamedChannelHandler_should_not_support_any_events ( SupportedEvent events ) : System.Property

Method Details

ChannelPipelineInvocationSpecs() public méthode

public ChannelPipelineInvocationSpecs ( ) : System
Résultat System