mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
ZoneCodeGenerator: Move Test tests to correct folder and namespace corresponding to ZoneCodeGenerator
This commit is contained in:
@ -8,7 +8,7 @@ using ZoneCodeGenerator.Parsing.C_Header.Blocks;
|
||||
using ZoneCodeGenerator.Parsing.C_Header.Tests;
|
||||
using ZoneCodeGenerator.Parsing.Testing;
|
||||
|
||||
namespace ZoneCodeGeneratorTests.Parsing.Testing.Tests
|
||||
namespace ZoneCodeGeneratorTests.Parsing.C_Header.Tests
|
||||
{
|
||||
[TestClass]
|
||||
public class TestCloseBlockTest
|
@ -10,7 +10,7 @@ using ZoneCodeGenerator.Parsing.C_Header.Blocks;
|
||||
using ZoneCodeGenerator.Parsing.C_Header.Tests;
|
||||
using ZoneCodeGenerator.Parsing.Testing;
|
||||
|
||||
namespace ZoneCodeGeneratorTests.Parsing.Testing.Tests
|
||||
namespace ZoneCodeGeneratorTests.Parsing.C_Header.Tests
|
||||
{
|
||||
[TestClass]
|
||||
public class TestEnumMemberTest
|
@ -9,7 +9,7 @@ using ZoneCodeGenerator.Parsing.C_Header.Blocks;
|
||||
using ZoneCodeGenerator.Parsing.C_Header.Tests;
|
||||
using ZoneCodeGenerator.Parsing.Testing;
|
||||
|
||||
namespace ZoneCodeGeneratorTests.Parsing.Testing.Tests
|
||||
namespace ZoneCodeGeneratorTests.Parsing.C_Header.Tests
|
||||
{
|
||||
[TestClass]
|
||||
public class TestEnumTest
|
@ -8,7 +8,7 @@ using ZoneCodeGenerator.Parsing.C_Header;
|
||||
using ZoneCodeGenerator.Parsing.C_Header.Tests;
|
||||
using ZoneCodeGenerator.Parsing.Testing;
|
||||
|
||||
namespace ZoneCodeGeneratorTests.Parsing.Testing.Tests
|
||||
namespace ZoneCodeGeneratorTests.Parsing.C_Header.Tests
|
||||
{
|
||||
[TestClass]
|
||||
public class TestForwardDeclTest
|
@ -8,7 +8,7 @@ using ZoneCodeGenerator.Parsing.C_Header.Blocks;
|
||||
using ZoneCodeGenerator.Parsing.C_Header.Tests;
|
||||
using ZoneCodeGenerator.Parsing.Testing;
|
||||
|
||||
namespace ZoneCodeGeneratorTests.Parsing.Testing.Tests
|
||||
namespace ZoneCodeGeneratorTests.Parsing.C_Header.Tests
|
||||
{
|
||||
[TestClass]
|
||||
public class TestNamespaceTest
|
Reference in New Issue
Block a user