Skip to content

Commit

Permalink
add missing namespace to modules and templates: Volo.Abp.Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
yekalkan committed Dec 30, 2019
1 parent f134bdc commit 4fb3e0e
Show file tree
Hide file tree
Showing 18 changed files with 24 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
namespace Volo.Abp.Account
using Volo.Abp.Testing;

namespace Volo.Abp.Account
{
public class AbpAccountApplicationTestBase : AbpIntegratedTest<AbpAccountApplicationTestModule>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Volo.Abp.Modularity;
using Volo.Abp.Testing;

namespace Volo.Abp.AuditLogging
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Volo.Abp;
using Volo.Abp.Modularity;
using Volo.Abp.Testing;

namespace Volo.Abp.BackgroundJobs
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using Volo.Abp;
using Volo.Abp.Modularity;
using Volo.Abp.Users;
using Volo.Abp.Testing;

namespace Volo.Blogging
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
using Volo.Abp;
using Volo.Abp.Modularity;
using Volo.Docs.GitHub.Documents;
using Volo.Abp.Testing;

namespace Volo.Docs
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
namespace Volo.Abp.IdentityServer
using Volo.Abp.Testing;

namespace Volo.Abp.IdentityServer
{
public class AbpIdentityServerDomainTestBase : AbpIntegratedTest<AbpIdentityServerDomainTestModule>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
namespace Volo.Abp.IdentityServer
using Volo.Abp.Testing;

namespace Volo.Abp.IdentityServer
{
public class AbpIdentityServerTestBase : AbpIntegratedTest<AbpIdentityServerTestEntityFrameworkCoreModule>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Text;
using Volo.Abp.Modularity;
using Volo.Abp.Testing;

namespace Volo.Abp.IdentityServer
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Volo.Abp.Modularity;
using Volo.Abp.Testing;

namespace Volo.Abp.TenantManagement
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Volo.Abp.Modularity;
using Volo.Abp.Testing;

namespace Volo.Abp.Users
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using Volo.Abp;
using Volo.Abp.Modularity;
using Volo.Abp.Uow;
using Volo.Abp.Testing;

namespace Acme.BookStore
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using Volo.Abp;
using Volo.Abp.Modularity;
using Volo.Abp.Uow;
using Volo.Abp.Testing;

namespace Acme.BookStore
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using Volo.Abp;
using Volo.Abp.Modularity;
using Volo.Abp.Uow;
using Volo.Abp.Testing;

namespace Acme.BookStore.BookManagement
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using Volo.Abp;
using Volo.Abp.Modularity;
using Volo.Abp.Uow;
using Volo.Abp.Testing;

namespace Acme.BookStore
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using Volo.Abp;
using Volo.Abp.Modularity;
using Volo.Abp.Uow;
using Volo.Abp.Testing;

namespace DashboardDemo
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Volo.Abp;
using Volo.Abp.Modularity;
using Volo.Abp.Testing;

namespace ProductManagement
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using Volo.Abp;
using Volo.Abp.Modularity;
using Volo.Abp.Uow;
using Volo.Abp.Testing;

namespace MyCompanyName.MyProjectName
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using Volo.Abp;
using Volo.Abp.Modularity;
using Volo.Abp.Uow;
using Volo.Abp.Testing;

namespace MyCompanyName.MyProjectName
{
Expand Down

0 comments on commit 4fb3e0e

Please sign in to comment.