C# Class System.IO.Tests.BinaryReaderTests

Show file Open project: dotnet/corefx

Protected Methods

Method Description
CreateStream ( ) : Stream

Private Methods

Method Description
BinaryReader_CloseTests ( ) : void
BinaryReader_CloseTests_Negative ( ) : void
BinaryReader_DisposeTests ( ) : void
BinaryReader_DisposeTests_Negative ( ) : void
Read_InvalidEncoding ( ) : void
ValidateDisposedExceptions ( BinaryReader binaryReader ) : void

Method Details

CreateStream() protected method

protected CreateStream ( ) : Stream
return Stream