C# Class MongoDB.GridFS.GridFileInfoTest

Mostrar archivo Open project: sdether/mongodb-csharp

Protected Methods

Method Description
CleanDB ( ) : void
CountChunks ( string filesystem, Object fileid ) : long
DropGridFileSystem ( string filesystem ) : void

Private Methods

Method Description
Dispose ( ) : void
Init ( ) : void
TestCreateExisting ( ) : void
TestCreateNonExisting ( ) : void
TestDelete ( ) : void
TestFileExists ( ) : void
TestModeCreateNew ( ) : void
TestMoveTo ( ) : void
TestOpenNonExistentFails ( ) : void
TestOpenReadOnly ( ) : void
TestUpdateInfo ( ) : void

Method Details

CleanDB() protected method

protected CleanDB ( ) : void
return void

CountChunks() protected method

protected CountChunks ( string filesystem, Object fileid ) : long
filesystem string
fileid Object
return long

DropGridFileSystem() protected method

protected DropGridFileSystem ( string filesystem ) : void
filesystem string
return void