C# Class System.IO.Packaging.Tests.PackageTest

Inheritance: System.IO.Packaging.Tests.TestBase
显示文件 Open project: kumpera/mono

Public Methods

Method Description
Setup ( ) : void
TearDown ( ) : void

Private Methods

Method Description
CheckContentFile ( ) : void
CorruptStream ( ) : void
CreatePath ( ) : void
CreatePathReadonly ( ) : void
CreatePathTwice ( ) : void
FileShareReadWrite ( ) : void
NonExistantPath ( ) : void
OpenNonExistantPath ( ) : void
OpenPathReadonly ( ) : void
PreExistingPath ( ) : void
ReadOnlyAccess ( ) : void
ReadWriteAccessDoesntExist ( ) : void
ReadableSeekableFullStream ( ) : void
ReadableSeekableStream ( ) : void
ReadableStream ( ) : void
RelationshipPartGetStream ( ) : void
SetAppendOnWriteableStream ( ) : void
SetCreateNewOnWriteableStream ( ) : void
SetCreateNewOnWriteableStream2 ( ) : void
SetCreateOnWriteableStream ( ) : void
SetFileModeOnUnwriteableStream ( ) : void
SetOpenOnWriteableStream ( ) : void
SetOpenOrCreateOnWriteableStream ( ) : void
SetTruncateOnWriteablePath ( ) : void
SetTruncateOnWriteableStream ( ) : void
StreamCreate ( ) : void
StreamOpen ( ) : void
UnusableStream ( ) : void
WriteAccessDoesntExist ( ) : void
WriteOnlyAccessExists ( ) : void

Method Details

Setup() public method

public Setup ( ) : void
return void

TearDown() public method

public TearDown ( ) : void
return void