C# Class System.IO.Compression.Tests.GZipStreamTests

Show file Open project: dotnet/corefx

Private Methods

Method Description
BaseStream1 ( ) : void
BaseStream2 ( ) : void
CanDisposeBaseStream ( ) : void
CanDisposeGZipStream ( ) : void
CanReadBaseStreamAfterDispose ( ) : System.Threading.Tasks.Task
CompressCanWrite ( ) : void
CopyToAsyncArgumentValidation ( ) : void
DecompressAsync ( MemoryStream compareStream, MemoryStream gzStream ) : System.Threading.Tasks.Task
DecompressCanRead ( ) : void
DecompressWorks ( ) : System.Threading.Tasks.Task
DecompressWorksWithDoc ( ) : System.Threading.Tasks.Task
DecompressWorksWithDocx ( ) : System.Threading.Tasks.Task
DecompressWorksWithPdf ( ) : System.Threading.Tasks.Task
DisposedBaseStreamThrows ( ) : void
Flush ( ) : System.Threading.Tasks.Task
FlushAsyncFailsAfterDispose ( ) : System.Threading.Tasks.Task
FlushFailsAfterDispose ( ) : void
ModifyBaseStream ( ) : System.Threading.Tasks.Task
NullBaseStreamThrows ( ) : void
ReadOnlyStreamThrowsOnCompress ( ) : void
TestCtor ( CompressionLevel level, bool leaveOpen = null ) : void
TestCtors ( ) : void
TestLevelFastest ( ) : void
TestLevelNoCompression ( ) : void
TestLevelOptimial ( ) : void
TestSeekMethodsCompress ( ) : void
TestSeekMethodsDecompress ( ) : void
WriteOnlyStreamThrowsOnDecompress ( ) : void
gzTestFile ( string fileName ) : string