From 6c24231a2ce7da4132fbc378648bafd0beaa33d9 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sun, 8 May 2022 12:17:57 +0100 Subject: [PATCH] [ci skip] Apply root namespace X10D.Unity --- X10D.Unity.Tests/Assets/Tests/ComponentTests.cs | 3 +-- X10D.Unity.Tests/Assets/Tests/Drawing/RandomTests.cs | 2 +- X10D.Unity.Tests/Assets/Tests/GameObjectTests.cs | 3 +-- X10D.Unity.Tests/Assets/Tests/Numerics/RandomTests.cs | 2 +- X10D.Unity.Tests/Assets/Tests/TransformTests.cs | 3 +-- X10D.Unity.Tests/Assets/Tests/X10D.Unity.Tests.asmdef | 2 +- 6 files changed, 6 insertions(+), 9 deletions(-) diff --git a/X10D.Unity.Tests/Assets/Tests/ComponentTests.cs b/X10D.Unity.Tests/Assets/Tests/ComponentTests.cs index 22ed442..c77f83e 100644 --- a/X10D.Unity.Tests/Assets/Tests/ComponentTests.cs +++ b/X10D.Unity.Tests/Assets/Tests/ComponentTests.cs @@ -4,9 +4,8 @@ using System.Collections; using NUnit.Framework; using UnityEngine; using UnityEngine.TestTools; -using X10D.Unity; -namespace Tests +namespace X10D.Unity.Tests { public class ComponentTests { diff --git a/X10D.Unity.Tests/Assets/Tests/Drawing/RandomTests.cs b/X10D.Unity.Tests/Assets/Tests/Drawing/RandomTests.cs index 9039eba..33c69e9 100644 --- a/X10D.Unity.Tests/Assets/Tests/Drawing/RandomTests.cs +++ b/X10D.Unity.Tests/Assets/Tests/Drawing/RandomTests.cs @@ -8,7 +8,7 @@ using UnityEngine.TestTools; using X10D.Unity.Drawing; using Random = System.Random; -namespace Tests.Drawing +namespace X10D.Unity.Tests.Drawing { public class RandomTests { diff --git a/X10D.Unity.Tests/Assets/Tests/GameObjectTests.cs b/X10D.Unity.Tests/Assets/Tests/GameObjectTests.cs index b117f9c..9e4636c 100644 --- a/X10D.Unity.Tests/Assets/Tests/GameObjectTests.cs +++ b/X10D.Unity.Tests/Assets/Tests/GameObjectTests.cs @@ -4,9 +4,8 @@ using System.Collections; using NUnit.Framework; using UnityEngine; using UnityEngine.TestTools; -using X10D.Unity; -namespace Tests +namespace X10D.Unity.Tests { public class GameObjectTests { diff --git a/X10D.Unity.Tests/Assets/Tests/Numerics/RandomTests.cs b/X10D.Unity.Tests/Assets/Tests/Numerics/RandomTests.cs index 1c13c6b..4d768c2 100644 --- a/X10D.Unity.Tests/Assets/Tests/Numerics/RandomTests.cs +++ b/X10D.Unity.Tests/Assets/Tests/Numerics/RandomTests.cs @@ -6,7 +6,7 @@ using NUnit.Framework; using UnityEngine.TestTools; using X10D.Unity.Numerics; -namespace Tests.Numerics +namespace X10D.Unity.Tests.Numerics { public class RandomTests { diff --git a/X10D.Unity.Tests/Assets/Tests/TransformTests.cs b/X10D.Unity.Tests/Assets/Tests/TransformTests.cs index 2d4eee0..f603231 100644 --- a/X10D.Unity.Tests/Assets/Tests/TransformTests.cs +++ b/X10D.Unity.Tests/Assets/Tests/TransformTests.cs @@ -4,9 +4,8 @@ using System.Collections; using NUnit.Framework; using UnityEngine; using UnityEngine.TestTools; -using X10D.Unity; -namespace Tests +namespace X10D.Unity.Tests { public class TransformTests { diff --git a/X10D.Unity.Tests/Assets/Tests/X10D.Unity.Tests.asmdef b/X10D.Unity.Tests/Assets/Tests/X10D.Unity.Tests.asmdef index e33d918..3798be8 100644 --- a/X10D.Unity.Tests/Assets/Tests/X10D.Unity.Tests.asmdef +++ b/X10D.Unity.Tests/Assets/Tests/X10D.Unity.Tests.asmdef @@ -1,6 +1,6 @@ { "name": "X10D.Unity.Tests", - "rootNamespace": "", + "rootNamespace": "X10D.Unity", "references": [ "UnityEngine.TestRunner", "UnityEditor.TestRunner"