Class MongoDbTestBase
Inheritance
object
MongoDbTestBase
Implements
System.IDisposable
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 abstract class MongoDbTestBase : AbpIntegratedTest<AbpMongoDbTestModule>, IDisposable
Constructors
MongoDbTestBase()
Declaration
protected MongoDbTestBase()
Methods
SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)
Declaration
protected override void SetAbpApplicationCreationOptions(AbpApplicationCreationOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| AbpApplicationCreationOptions | options |
Overrides
Volo.Abp.Testing.AbpIntegratedTest<Volo.Abp.MongoDB.AbpMongoDbTestModule>.SetAbpApplicationCreationOptions(Volo.Abp.AbpApplicationCreationOptions)
Implements
System.IDisposable