Class DisableDateTimeKindTests
Inheritance
object
DisableDateTimeKindTests
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.Serializer
Assembly: Volo.Abp.MongoDB.Tests.dll
Syntax
public class DisableDateTimeKindTests : TestAppTestBase<AbpMongoDbTestModule>, IDisposable
Constructors
DisableDateTimeKindTests()
Declaration
public DisableDateTimeKindTests()
Properties
PersonRepository
Declaration
protected IPersonRepository PersonRepository { get; }
Property Value
| Type | Description |
|---|---|
| IPersonRepository |
Methods
AfterAddApplication(IServiceCollection)
Declaration
protected override void AfterAddApplication(IServiceCollection services)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.Extensions.DependencyInjection.IServiceCollection | services |
Overrides
Volo.Abp.Testing.AbpIntegratedTest<Volo.Abp.MongoDB.AbpMongoDbTestModule>.AfterAddApplication(Microsoft.Extensions.DependencyInjection.IServiceCollection)
DateTime_Kind_Should_Be_Normalized_By_MongoDb_Test()
Declaration
public Task DateTime_Kind_Should_Be_Normalized_By_MongoDb_Test()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
System.IDisposable