Class MongoTestCollection
Implements
ICollectionFixture<MongoDbFixture>
Inherited Members
Namespace: Volo.Abp.MongoDB
Assembly: Volo.Abp.MongoDB.Tests.dll
Syntax
public class MongoTestCollection : ICollectionFixture<MongoDbFixture>
Constructors
MongoTestCollection()
Declaration
public MongoTestCollection()
Fields
Name
Declaration
public const string Name = "MongoDB Collection"
Field Value
Type | Description |
---|---|
string |
Implements
Xunit.ICollectionFixture<>