Class DataSeederExtensions_Tests
Inheritance
object
DataSeederExtensions_Tests
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.Data
Assembly: Volo.Abp.Data.Tests.dll
Syntax
public class DataSeederExtensions_Tests : AbpIntegratedTest<DataSeederExtensions_Tests.TestModule>, IDisposable
Constructors
DataSeederExtensions_Tests()
Declaration
public DataSeederExtensions_Tests()
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.Data.DataSeederExtensions_Tests.TestModule>.AfterAddApplication(Microsoft.Extensions.DependencyInjection.IServiceCollection)
SeedInSeparateUowAsync()
Declaration
public void SeedInSeparateUowAsync()
Implements
System.IDisposable