C# Class NSoft.NFramework.Data.MongoDB.Repositories.MongoRepositoryImplFixture

Inheritance: MongoFixtureBase
Show file Open project: debop/NFramework

Protected Methods

Method Description
OnTestFixtureTearDown ( ) : void

Private Methods

Method Description
CollectionExistsTest ( ) : void
CopyDatabaseTest ( ) : void
CountTest ( ) : void
CountTypedCollectionWithQueryTest ( ) : void
CountWithQueryTest ( ) : void
CreateCollectionTest ( ) : void
CreateTest ( ) : void
DatabaseExistsTest ( ) : void
DistinctTest ( ) : void
DistinctWithQueryTest ( ) : void
DropCollecitonTest ( ) : void
DropDatabaseTest ( ) : void
FindAllAsGenericTest ( ) : void
FindAllAsTest ( ) : void
FindAllTest ( ) : void
FindAndModifyTest ( ) : void
FindAsGeneric_Uses_BsonNull ( ) : void
FindAs_Uses_BsonNull ( ) : void
FindOneAsGenericTest ( ) : void
FindOneAsTest ( ) : void
FindOneTest ( ) : void
Find_Uses_BsonNull ( ) : void
GetAllCollectionSettingsTest ( ) : void
GetAllCollectionTest ( ) : void
GetCollectionNamesTest ( ) : void
GetCollectionTest ( ) : void
GetDatabaseTest ( ) : void
GroupByFunctionTest ( ) : void
GroupByIMongoGroupByTest ( ) : void
GroupTest ( ) : void
InsertAsGenericTest ( ) : void
InsertAsTypeTest ( ) : void
InsertBatch ( ) : void
InsertBatchGeneric ( ) : void
InsertTest ( ) : void
IsServerConnectedTest ( ) : void
ReconnectTest ( ) : void
RemoveAllTest ( ) : void
RemoveByIdAsTypeGenericTest ( ) : void
RemoveByIdAsTypeTest ( ) : void
RemoveByIdTest ( ) : void
RemoveByQueryTest ( ) : void
RemoveExpires ( ) : void
RenameCollectionTest ( ) : void
SaveAsTypeGenericTest ( ) : void
SaveAsTypeTest ( ) : void

Method Details

OnTestFixtureTearDown() protected method

protected OnTestFixtureTearDown ( ) : void
return void