mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
Tidying namespaces
This commit is contained in:
parent
c5bf645b74
commit
9175cc4703
8 changed files with 8 additions and 8 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|
||||||
namespace ICD.Common.Utils.Tests_NetStandard
|
namespace ICD.Common.Utils.Tests
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public sealed class EnumUtilsTest
|
public sealed class EnumUtilsTest
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
using ICD.Common.Utils.Extensions;
|
using ICD.Common.Utils.Extensions;
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
|
|
||||||
namespace ICD.Common.Utils.Tests_NetStandard.Extensions
|
namespace ICD.Common.Utils.Tests.Extensions
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public sealed class ByteExtensionsTest
|
public sealed class ByteExtensionsTest
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ using NUnit.Framework;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|
||||||
namespace ICD.Common.Utils.Tests_NetStandard.Extensions
|
namespace ICD.Common.Utils.Tests.Extensions
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public sealed class EnumerableExtensionsTest
|
public sealed class EnumerableExtensionsTest
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ using NUnit.Framework;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace ICD.Common.Utils.Tests_NetStandard.Extensions
|
namespace ICD.Common.Utils.Tests.Extensions
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public sealed class ListExtensionsTest
|
public sealed class ListExtensionsTest
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|
||||||
namespace ICD.Common.Utils.Tests_NetStandard.Extensions
|
namespace ICD.Common.Utils.Tests.Extensions
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public sealed class StringExtensionsTest
|
public sealed class StringExtensionsTest
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
using ICD.Common.Services.Logging;
|
using ICD.Common.Services.Logging;
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
|
|
||||||
namespace ICD.Common.Utils.Tests_NetStandard.Services.Logging
|
namespace ICD.Common.Utils.Tests.Services.Logging
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public sealed class LogItemEventArgsTest
|
public sealed class LogItemEventArgsTest
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ using ICD.Common.Services.Logging;
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace ICD.Common.Utils.Tests_NetStandard.Services.Logging
|
namespace ICD.Common.Utils.Tests.Services.Logging
|
||||||
{
|
{
|
||||||
[UsedImplicitly, TestFixture]
|
[UsedImplicitly, TestFixture]
|
||||||
public sealed class LogItemTest
|
public sealed class LogItemTest
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
using ICD.Common.Services.Logging;
|
using ICD.Common.Services.Logging;
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
|
|
||||||
namespace ICD.Common.Utils.Tests_NetStandard.Services.Logging
|
namespace ICD.Common.Utils.Tests.Services.Logging
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public sealed class SeverityEventArgsTest
|
public sealed class SeverityEventArgsTest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue