fix test namespace
This commit is contained in:
parent
2d13dc20ce
commit
35961651b3
@ -3,8 +3,9 @@ using AsmdefHelper.DependencyGraph.Editor.DependencyNode.Sort;
|
||||
using NUnit.Framework;
|
||||
using UnityEditor;
|
||||
using UnityEngine.TestTools;
|
||||
using AsmdefHelper.DependencyGraph.Editor.DependencyNode;
|
||||
|
||||
namespace AsmdefHelper.DependencyGraph.Editor.DependencyNode.Tests {
|
||||
namespace AsmdefHelper.DependencyGraph.Editor.Tests {
|
||||
public class DependencyNodeExtensionsTest {
|
||||
|
||||
[SetUp]
|
||||
|
@ -1,10 +1,11 @@
|
||||
using System.Collections;
|
||||
using System.Linq;
|
||||
using AsmdefHelper.DependencyGraph.Editor.DependencyNode;
|
||||
using NUnit.Framework;
|
||||
using UnityEditor;
|
||||
using UnityEngine.TestTools;
|
||||
|
||||
namespace AsmdefHelper.DependencyGraph.Editor.DependencyNode.Tests {
|
||||
namespace AsmdefHelper.DependencyGraph.Editor.Tests {
|
||||
public class DomainGroupTest {
|
||||
|
||||
readonly string[] inputs ={
|
||||
|
@ -1,9 +1,10 @@
|
||||
using System.Collections;
|
||||
using AsmdefHelper.DependencyGraph.Editor.DependencyNode;
|
||||
using NUnit.Framework;
|
||||
using UnityEditor;
|
||||
using UnityEngine.TestTools;
|
||||
|
||||
namespace AsmdefHelper.DependencyGraph.Editor.DependencyNode.Tests {
|
||||
namespace AsmdefHelper.DependencyGraph.Editor.Tests {
|
||||
public class DomainUnitTest {
|
||||
|
||||
[Test]
|
||||
|
@ -1,9 +1,10 @@
|
||||
using System.Collections;
|
||||
using AsmdefHelper.DependencyGraph.Editor.DependencyNode;
|
||||
using NUnit.Framework;
|
||||
using UnityEditor;
|
||||
using UnityEngine.TestTools;
|
||||
|
||||
namespace AsmdefHelper.DependencyGraph.Editor.DependencyNode.Tests {
|
||||
namespace AsmdefHelper.DependencyGraph.Editor.Tests {
|
||||
public class HashSetDependencyNodeTest {
|
||||
|
||||
[Test]
|
||||
|
@ -1,12 +1,13 @@
|
||||
using System.Collections;
|
||||
using System.Linq;
|
||||
using AsmdefHelper.DependencyGraph.Editor.DependencyNode;
|
||||
using AsmdefHelper.DependencyGraph.Editor.DependencyNode.Sort;
|
||||
using NUnit.Framework;
|
||||
using UnityEditor;
|
||||
using UnityEngine;
|
||||
using UnityEngine.TestTools;
|
||||
|
||||
namespace AsmdefHelper.DependencyGraph.Editor.DependencyNode.Tests {
|
||||
namespace AsmdefHelper.DependencyGraph.Editor.Tests {
|
||||
public class LinerSortStrategyTest {
|
||||
const float d = 10.0F;
|
||||
const float w = 10.0F;
|
||||
|
@ -4,7 +4,7 @@ using NUnit.Framework;
|
||||
using UnityEditor;
|
||||
using UnityEngine.TestTools;
|
||||
|
||||
namespace AsmdefHelper.DependencyGraph.Editor.DependencyNode.Tests {
|
||||
namespace AsmdefHelper.DependencyGraph.Editor.Tests {
|
||||
public class NodeGridTest {
|
||||
|
||||
[Test]
|
||||
|
@ -1,10 +1,11 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using AsmdefHelper.DependencyGraph.Editor.DependencyNode;
|
||||
using NUnit.Framework;
|
||||
using UnityEngine;
|
||||
using UnityEngine.TestTools;
|
||||
|
||||
namespace AsmdefHelper.DependencyGraph.Editor.DependencyNode.Tests {
|
||||
namespace AsmdefHelper.DependencyGraph.Editor.Tests {
|
||||
public class NodeIdTest {
|
||||
[Test]
|
||||
public void TestNodeIdValue() {
|
||||
|
@ -1,10 +1,11 @@
|
||||
using System.Collections;
|
||||
using System.Linq;
|
||||
using AsmdefHelper.DependencyGraph.Editor.DependencyNode;
|
||||
using NUnit.Framework;
|
||||
using UnityEditor;
|
||||
using UnityEngine.TestTools;
|
||||
|
||||
namespace AsmdefHelper.DependencyGraph.Editor.DependencyNode.Tests {
|
||||
namespace AsmdefHelper.DependencyGraph.Editor.Tests {
|
||||
public class NodeProcessorTest {
|
||||
|
||||
[SetUp]
|
||||
|
@ -2,8 +2,9 @@ using System.Collections;
|
||||
using NUnit.Framework;
|
||||
using UnityEditor;
|
||||
using UnityEngine.TestTools;
|
||||
using AsmdefHelper.DependencyGraph.Editor.DependencyNode;
|
||||
|
||||
namespace AsmdefHelper.DependencyGraph.Editor.DependencyNode.Tests {
|
||||
namespace AsmdefHelper.DependencyGraph.Editor.Tests {
|
||||
public class NodeProfileTest {
|
||||
|
||||
[Test]
|
||||
|
@ -1,6 +1,7 @@
|
||||
using System.Collections.Generic;
|
||||
using AsmdefHelper.DependencyGraph.Editor.DependencyNode;
|
||||
|
||||
namespace AsmdefHelper.DependencyGraph.Editor.DependencyNode.Tests {
|
||||
namespace AsmdefHelper.DependencyGraph.Editor.Tests {
|
||||
|
||||
public static class Ids {
|
||||
public static readonly NodeId _0 = new NodeId(0);
|
||||
|
@ -6,7 +6,7 @@ using UnityEditor;
|
||||
using UnityEngine;
|
||||
using UnityEngine.TestTools;
|
||||
|
||||
namespace AsmdefHelper.DependencyGraph.Editor.DependencyNode.Tests {
|
||||
namespace AsmdefHelper.DependencyGraph.Editor.Tests {
|
||||
public class RandomSortStrategyTest {
|
||||
const float d = 10.0F;
|
||||
const float w = 10.0F;
|
||||
|
@ -5,7 +5,7 @@ using NUnit.Framework;
|
||||
using UnityEditor;
|
||||
using UnityEngine.TestTools;
|
||||
|
||||
namespace AsmdefHelper.DependencyGraph.Editor.DependencyNode.Tests {
|
||||
namespace AsmdefHelper.DependencyGraph.Editor.Tests {
|
||||
public class SquareValueProviderTest {
|
||||
|
||||
[Test]
|
||||
|
Loading…
x
Reference in New Issue
Block a user