C# 클래스 MongoDB.Driver.TestDatabaseJS

파일 보기 프로젝트 열기: sdether/mongodb-csharp

보호된 메소드들

메소드 설명
AddFunction ( string name ) : void
initDB ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AddFunction() 보호된 메소드

protected AddFunction ( string name ) : void
name string
리턴 void

initDB() 보호된 메소드

protected initDB ( ) : void
리턴 void