C# Class MongoDB.Driver.TestDatabaseJS

Datei anzeigen Open project: sdether/mongodb-csharp

Protected Methods

Method Description
AddFunction ( string name ) : void
initDB ( ) : void

Private Methods

Method Description
Dispose ( ) : void
Init ( ) : void
TestCanAddAFunctionDoc ( ) : void
TestCanAddAFunctionStrCode ( ) : void
TestCanAddAFunctionStrStr ( ) : void
TestCanAddFunctionByAssignment ( ) : void
TestCanGetAFunction ( ) : void
TestCanGetDatabaseJSObject ( ) : void
TestCanListFunctions ( ) : void
TestCannotAddAFunctionTwice ( ) : void
TestClear ( ) : void
TestContains ( ) : void
TestCopyTo ( ) : void
TestExec ( ) : void
TestExecWithScope ( ) : void
TestForEach ( ) : void
TestRemoveByDoc ( ) : void
TestRemoveByName ( ) : void

Method Details

AddFunction() protected method

protected AddFunction ( string name ) : void
name string
return void

initDB() protected method

protected initDB ( ) : void
return void