C# Class NSoft.NFramework.Data.MongoDB.Core.MongoCollectionFixture

Inheritance: MongoFixtureBase
显示文件 Open project: debop/NFramework

Protected Methods

Method Description
OnTestFixtureSetUp ( ) : void

Private Methods

Method Description
CountTest ( ) : void
CountWithQueryTest ( ) : void
CreateIndexTest ( ) : void
DistinctTest ( ) : void
DistinctWithQueryTest ( ) : void
DropAllIndexesTest ( ) : void
DropIndexTest ( ) : void
EnsureIndexTest ( ) : void
ExplainTest ( ) : void
FindAndModifyNoMatchingDocumentTest ( ) : void
FindAndModifyTest ( ) : void
FindAndModifyTypedTest ( ) : void
FindAndModifyUpsertTest ( ) : void
FindAndRemoveNoMatchingDocumentTest ( ) : void
FindNearSphericalFalseTest ( ) : void
FindOneAsGenericTest ( ) : void
FindOneAsTest ( ) : void
FindOneByIdAsGenericTest ( ) : void
FindOneByIdAsTest ( ) : void
FindOneByIdTest ( ) : void
FindOneTest ( ) : void
FindTest ( ) : void
FindWithinCircleSphericalFalseTest ( ) : void
FindWithinCircleSphericalTrueTest ( ) : void
FindWithinRectangleTest ( ) : void
GeoNearGenericTest ( ) : void
GeoNearSphericalFalseTest ( ) : void
GeoNearSphericalTrueTest ( ) : void
GeoNearTest ( ) : void
GetIndexesTest ( ) : void
GetMoreTest ( ) : void
GetStatsTest ( ) : void
GroupTest ( ) : void
IndexExistsTest ( ) : void
MapReduceInlineTest ( ) : void
MapReduceInlineWithQueryTest ( ) : void
MapReduceTest ( ) : void
ReIndexTest ( ) : void
SetFieldsTest ( ) : void
SetHintByIndexNameTest ( ) : void
SetHintTest ( ) : void
SortAndLimitTest ( ) : void
TestFindNearSphericalTrue ( ) : void
TestGroupByFunction ( ) : void
TotalDataSizeTest ( ) : void
TotalStorageSizeTest ( ) : void
ValidateTest ( ) : void

Method Details

OnTestFixtureSetUp() protected method

protected OnTestFixtureSetUp ( ) : void
return void