C# Class MongoDB.Driver.TestCollectionMetaData

Inheritance: MongoTestBase
Exibir arquivo Open project: sdether/mongodb-csharp

Protected Methods

Method Description
createDoc ( string fname, string lname, string city, string state ) : Document
initDB ( ) : void

Private Methods

Method Description
Dispose ( ) : void
Init ( ) : void
TestCreateIndex ( ) : void
TestCreateIndexNoNames ( ) : void
TestDropIndex ( ) : void
TestGetIndexes ( ) : void
TestGetOptions ( ) : void

Method Details

createDoc() protected method

protected createDoc ( string fname, string lname, string city, string state ) : Document
fname string
lname string
city string
state string
return Document

initDB() protected method

protected initDB ( ) : void
return void