Class MongoTestCollection
Inheritance
object
MongoTestCollection
Implements
Xunit.ICollectionFixture<><MongoDbFixture>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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<>