C# 클래스 Helios.FsCheck.Tests.Channels.ChannelOutboundBufferSpecs

Specs for verifying that the ChannelOutboundBuffer behaves as expected.
파일 보기 프로젝트 열기: helios-io/helios

공개 메소드들

메소드 설명
ChannelOutboundBufferSpecs ( ) : System

비공개 메소드들

메소드 설명
ChannelOutboundBuffer_must_always_correctly_report_writability_and_PendingBytes ( IByteBuf writes ) : System.Property
ChannelOutboundBuffer_must_always_process_pending_writes_in_FIFO_order ( IByteBuf writes ) : System.Property
ChannelOutboundBuffer_must_complete_all_promises_successfully_on_read_regardless_of_flush_order ( IByteBuf writes ) : System.Property
ChannelOutboundBuffer_must_dump_all_flushed_messages_upon_failure ( IByteBuf writes ) : System.Property

메소드 상세

ChannelOutboundBufferSpecs() 공개 메소드

public ChannelOutboundBufferSpecs ( ) : System
리턴 System