mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 13:15:07 +00:00
Fixing namespaces
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
using System;
|
using System;
|
||||||
using NUnit.Framework;
|
|
||||||
using ICD.Common.Properties;
|
using ICD.Common.Properties;
|
||||||
using ICD.Common.Utils.Collections;
|
using ICD.Common.Utils.Collections;
|
||||||
|
using NUnit.Framework;
|
||||||
|
|
||||||
namespace Icd.Common.Utils.Tests.Collections
|
namespace ICD.Common.Utils.Tests.Collections
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public sealed class IcdHashSetTest
|
public sealed class IcdHashSetTest
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
using NUnit.Framework;
|
using System;
|
||||||
using System;
|
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using ICD.Common.Utils.Extensions;
|
||||||
|
using NUnit.Framework;
|
||||||
|
|
||||||
namespace ICD.Common.Utils.Extensions
|
namespace ICD.Common.Utils.Tests.Extensions
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public sealed class TypeExtensionsTest
|
public sealed class TypeExtensionsTest
|
||||||
|
|||||||
@@ -1,14 +1,12 @@
|
|||||||
using System.Linq;
|
using ICD.Common.Properties;
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
using ICD.Common.Utils;
|
|
||||||
using ICD.Common.Properties;
|
|
||||||
#if SIMPLSHARP
|
#if SIMPLSHARP
|
||||||
using Crestron.IO;
|
using Crestron.IO;
|
||||||
#else
|
#else
|
||||||
using System.IO;
|
using System.IO;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace RSD.SimplSharp.Common.Interfaces.Tests.Utils
|
namespace ICD.Common.Utils.Tests
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public sealed class PathUtilsTest
|
public sealed class PathUtilsTest
|
||||||
|
|||||||
Reference in New Issue
Block a user