C# Class MongoDB.GridFS.GridFileTest

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
TestCopy ( ) : void
TestFileDoes ( ) : void
TestFileDoesNotExist ( ) : void
TestModeCreateNew ( ) : 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