C# Class MongoDB.GridFS.GridFileInfoTest

Afficher le fichier Open project: sdether/mongodb-csharp

Méthodes protégées

Méthode Description
CleanDB ( ) : void
CountChunks ( string filesystem, Object fileid ) : long
DropGridFileSystem ( string filesystem ) : void

Private Methods

Méthode 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 méthode

protected CleanDB ( ) : void
Résultat void

CountChunks() protected méthode

protected CountChunks ( string filesystem, Object fileid ) : long
filesystem string
fileid Object
Résultat long

DropGridFileSystem() protected méthode

protected DropGridFileSystem ( string filesystem ) : void
filesystem string
Résultat void