@ -1,4 +1,6 @@
namespace Volo.Abp.Account
using Volo.Abp.Testing;
namespace Volo.Abp.Account
{
public class AbpAccountApplicationTestBase : AbpIntegratedTest<AbpAccountApplicationTestModule>
@ -1,4 +1,5 @@
using Volo.Abp.Modularity;
using Volo.Abp.Testing;
namespace Volo.Abp.AuditLogging
@ -1,5 +1,6 @@
using Volo.Abp;
using Volo.Abp.Modularity;
namespace Volo.Abp.BackgroundJobs
@ -4,6 +4,7 @@ using NSubstitute;
using Volo.Abp;
using Volo.Abp.Users;
namespace Volo.Blogging
@ -6,6 +6,7 @@ using Octokit;
using Volo.Docs.GitHub.Documents;
namespace Volo.Docs
namespace Volo.Abp.IdentityServer
namespace Volo.Abp.IdentityServer
public class AbpIdentityServerDomainTestBase : AbpIntegratedTest<AbpIdentityServerDomainTestModule>
public class AbpIdentityServerTestBase : AbpIntegratedTest<AbpIdentityServerTestEntityFrameworkCoreModule>
@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Text;
namespace Volo.Abp.TenantManagement
namespace Volo.Abp.Users
@ -4,6 +4,7 @@ using Microsoft.Extensions.DependencyInjection;
using Volo.Abp.Uow;
namespace Acme.BookStore
namespace Acme.BookStore.BookManagement
namespace DashboardDemo
namespace ProductManagement
namespace MyCompanyName.MyProjectName