mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-21 08:35:43 +00:00
ZoneCodeGenerator: Move Test tests to correct folder and namespace corresponding to ZoneCodeGenerator
This commit is contained in:
parent
7117eb4506
commit
7ab7447827
@ -8,7 +8,7 @@ using ZoneCodeGenerator.Parsing.C_Header.Blocks;
|
|||||||
using ZoneCodeGenerator.Parsing.C_Header.Tests;
|
using ZoneCodeGenerator.Parsing.C_Header.Tests;
|
||||||
using ZoneCodeGenerator.Parsing.Testing;
|
using ZoneCodeGenerator.Parsing.Testing;
|
||||||
|
|
||||||
namespace ZoneCodeGeneratorTests.Parsing.Testing.Tests
|
namespace ZoneCodeGeneratorTests.Parsing.C_Header.Tests
|
||||||
{
|
{
|
||||||
[TestClass]
|
[TestClass]
|
||||||
public class TestCloseBlockTest
|
public class TestCloseBlockTest
|
@ -10,7 +10,7 @@ using ZoneCodeGenerator.Parsing.C_Header.Blocks;
|
|||||||
using ZoneCodeGenerator.Parsing.C_Header.Tests;
|
using ZoneCodeGenerator.Parsing.C_Header.Tests;
|
||||||
using ZoneCodeGenerator.Parsing.Testing;
|
using ZoneCodeGenerator.Parsing.Testing;
|
||||||
|
|
||||||
namespace ZoneCodeGeneratorTests.Parsing.Testing.Tests
|
namespace ZoneCodeGeneratorTests.Parsing.C_Header.Tests
|
||||||
{
|
{
|
||||||
[TestClass]
|
[TestClass]
|
||||||
public class TestEnumMemberTest
|
public class TestEnumMemberTest
|
@ -9,7 +9,7 @@ using ZoneCodeGenerator.Parsing.C_Header.Blocks;
|
|||||||
using ZoneCodeGenerator.Parsing.C_Header.Tests;
|
using ZoneCodeGenerator.Parsing.C_Header.Tests;
|
||||||
using ZoneCodeGenerator.Parsing.Testing;
|
using ZoneCodeGenerator.Parsing.Testing;
|
||||||
|
|
||||||
namespace ZoneCodeGeneratorTests.Parsing.Testing.Tests
|
namespace ZoneCodeGeneratorTests.Parsing.C_Header.Tests
|
||||||
{
|
{
|
||||||
[TestClass]
|
[TestClass]
|
||||||
public class TestEnumTest
|
public class TestEnumTest
|
@ -8,7 +8,7 @@ using ZoneCodeGenerator.Parsing.C_Header;
|
|||||||
using ZoneCodeGenerator.Parsing.C_Header.Tests;
|
using ZoneCodeGenerator.Parsing.C_Header.Tests;
|
||||||
using ZoneCodeGenerator.Parsing.Testing;
|
using ZoneCodeGenerator.Parsing.Testing;
|
||||||
|
|
||||||
namespace ZoneCodeGeneratorTests.Parsing.Testing.Tests
|
namespace ZoneCodeGeneratorTests.Parsing.C_Header.Tests
|
||||||
{
|
{
|
||||||
[TestClass]
|
[TestClass]
|
||||||
public class TestForwardDeclTest
|
public class TestForwardDeclTest
|
@ -8,7 +8,7 @@ using ZoneCodeGenerator.Parsing.C_Header.Blocks;
|
|||||||
using ZoneCodeGenerator.Parsing.C_Header.Tests;
|
using ZoneCodeGenerator.Parsing.C_Header.Tests;
|
||||||
using ZoneCodeGenerator.Parsing.Testing;
|
using ZoneCodeGenerator.Parsing.Testing;
|
||||||
|
|
||||||
namespace ZoneCodeGeneratorTests.Parsing.Testing.Tests
|
namespace ZoneCodeGeneratorTests.Parsing.C_Header.Tests
|
||||||
{
|
{
|
||||||
[TestClass]
|
[TestClass]
|
||||||
public class TestNamespaceTest
|
public class TestNamespaceTest
|
Loading…
x
Reference in New Issue
Block a user