diff --git a/Assets/Tests/Raindrop/RaindropIntegrationTests/TestSceneConstructionTests.meta b/Assets/Tests/Raindrop/RaindropIntegrationTests/HeadlessScene.meta similarity index 100% rename from Assets/Tests/Raindrop/RaindropIntegrationTests/TestSceneConstructionTests.meta rename to Assets/Tests/Raindrop/RaindropIntegrationTests/HeadlessScene.meta diff --git a/Assets/Tests/Raindrop/RaindropIntegrationTests/TestSceneConstructionTests/TestSceneConstructionTests.cs.meta b/Assets/Tests/Raindrop/RaindropIntegrationTests/HeadlessScene/HeadlessScene_ConstructionTests.cs.meta similarity index 100% rename from Assets/Tests/Raindrop/RaindropIntegrationTests/TestSceneConstructionTests/TestSceneConstructionTests.cs.meta rename to Assets/Tests/Raindrop/RaindropIntegrationTests/HeadlessScene/HeadlessScene_ConstructionTests.cs.meta diff --git a/Assets/Tests/Raindrop/RaindropIntegrationTests/TestSceneConstructionTests/TestSceneConstructionTests.cs b/Assets/Tests/Raindrop/RaindropIntegrationTests/TestSceneConstructionTests/TestSceneConstructionTests.cs index 433ffe4..58874d3 100644 --- a/Assets/Tests/Raindrop/RaindropIntegrationTests/TestSceneConstructionTests/TestSceneConstructionTests.cs +++ b/Assets/Tests/Raindrop/RaindropIntegrationTests/TestSceneConstructionTests/TestSceneConstructionTests.cs @@ -3,13 +3,13 @@ using NUnit.Framework; using Raindrop.Tests.RaindropIntegrationTests.Helpers; using UnityEngine.TestTools; -namespace Raindrop.Tests.RaindropIntegrationTests.TestSceneConstructionTests +namespace Raindrop.Tests.RaindropIntegrationTests.HeadlessScene { //test that it is possible to construct the test scene. //the test scene contains no UI, but has a bootstrapped raindropinstance [TestFixture()] - public class TestSceneConstructionTests + public class HeadlessScene_ConstructionTests { [UnityTest] public IEnumerator SceneLoading_Bootstrapper_IsSuccessful()