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

Mostrar archivo Open project: helios-io/helios

Public Methods

Method Description
ChannelPipelineInvocationSpecs ( ) : System

Private Methods

Method 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 method

public ChannelPipelineInvocationSpecs ( ) : System
return System