Netcore: Align Namespaces in Tests and Web.BackOffice (#9274)

* Align namespaces in integration tests

* Align namespaces in unit tests

* Align namespaces in Backoffice.Filters

* Align namespaces in Backoffice.ActionResults

* Align namespaces in Backoffice.Mapping

* Align namespaces in Backoffice.PorpertyEditors and SignalR

* Align namespaces in Backoffice.Trees

* Align unit tests after migration
This commit is contained in:
Mole
2020-10-26 13:34:08 +01:00
committed by GitHub
parent a99f625f6a
commit 9cd752c2f8
141 changed files with 200 additions and 199 deletions

View File

@@ -8,7 +8,7 @@ using Umbraco.Core.Services;
using Umbraco.Tests.Common.Builders;
using Umbraco.Tests.Common.Builders.Extensions;
namespace Umbraco.Tests.Web.Controllers
namespace Umbraco.Tests.UnitTests.Umbraco.Web.BackOffice.Controllers
{
[TestFixture]
public class ContentControllerUnitTests

View File

@@ -10,7 +10,7 @@ using Umbraco.Tests.Common.Builders.Extensions;
using Umbraco.Web.BackOffice.Controllers;
using Umbraco.Web.Common.Exceptions;
namespace Umbraco.Tests.Web.Controllers
namespace Umbraco.Tests.UnitTests.Umbraco.Web.BackOffice.Controllers
{
[TestFixture]
public class MediaControllerUnitTests

View File

@@ -8,7 +8,7 @@ using Umbraco.Tests.UnitTests.AutoFixture;
using Umbraco.Web.BackOffice.Controllers;
using Umbraco.Web.Common.Exceptions;
namespace Umbraco.Tests.Web.Controllers
namespace Umbraco.Tests.UnitTests.Umbraco.Web.BackOffice.Controllers
{
[TestFixture]
public class UsersControllerUnitTests

View File

@@ -6,7 +6,7 @@ using NUnit.Framework;
using Umbraco.Core.Services;
using Umbraco.Extensions;
namespace Umbraco.Tests.Web.Validation
namespace Umbraco.Tests.UnitTests.Umbraco.Web.BackOffice.Extensions
{
[TestFixture]
public class ModelStateExtensionsTests

View File

@@ -3,6 +3,7 @@ using System.ComponentModel.DataAnnotations;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using NUnit.Framework;
using Umbraco.Web.BackOffice.PropertyEditors.Validation;
using Umbraco.Web.PropertyEditors.Validation;
namespace Umbraco.Tests.UnitTests.Umbraco.Web.BackOffice.Filters

View File

@@ -15,7 +15,7 @@ using Umbraco.Web.Actions;
using Umbraco.Web.BackOffice.Filters;
using Umbraco.Web.Models.ContentEditing;
namespace Umbraco.Tests.Web.Controllers
namespace Umbraco.Tests.UnitTests.Umbraco.Web.BackOffice.Filters
{
[TestFixture]
public class FilterAllowedOutgoingContentAttributeTests