ZoneCodeGenerator: Move Test tests to correct folder and namespace corresponding to ZoneCodeGenerator

This commit is contained in:
Jan 2019-10-29 12:53:37 +01:00
parent 7117eb4506
commit 7ab7447827
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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