C# 클래스 System.IO.Pipes.Tests.PipeTest_Read

Tests that cover Read and ReadAsync behaviors that are shared between AnonymousPipes and NamedPipes
상속: System.IO.Pipes.Tests.PipeTestBase
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
AsyncReadWriteChain_MemberData ( ) : IEnumerable

비공개 메소드들

메소드 설명
AsyncReadWriteChain_CopyToAsync ( int iterations, int writeBufferSize, int readBufferSize, bool cancelableToken ) : Task
AsyncReadWriteChain_ReadWrite ( int iterations, int writeBufferSize, int readBufferSize, bool cancelableToken ) : Task
AsyncReadWriteChain_ReadWrite_APM ( int iterations, int writeBufferSize, int readBufferSize, bool cancelableToken ) : Task
CopyToAsync_InvalidArgs_Throws ( ) : void
ReadFromPipeWithClosedPartner_ReadNoBytes ( ) : Task
ReadOnDisposedReadablePipe_Throws_ObjectDisposedException ( ) : void
ReadPipeUnsupportedMembers_Throws_NotSupportedException ( ) : void
ReadWithNegativeCount_Throws_ArgumentOutOfRangeException ( ) : void
ReadWithNegativeOffset_Throws_ArgumentOutOfRangeException ( ) : void
ReadWithNullBuffer_Throws_ArgumentNullException ( ) : void
ReadWithOutOfBoundsArray_Throws_ArgumentException ( ) : void
ReadWithZeroLengthBuffer_Nop ( ) : Task
ValidWriteAsync_ValidReadAsync ( ) : Task
ValidWriteAsync_ValidReadAsync_APM ( ) : Task
ValidWriteByte_ValidReadByte ( ) : void
ValidWrite_ValidRead ( ) : void
WriteToReadOnlyPipe_Throws_NotSupportedException ( ) : void

메소드 상세

AsyncReadWriteChain_MemberData() 공개 정적인 메소드

public static AsyncReadWriteChain_MemberData ( ) : IEnumerable
리턴 IEnumerable