From 3a7323960e2d371288e268420de7ff1c2944381d Mon Sep 17 00:00:00 2001 From: alexiscatnip Date: Mon, 11 Jul 2022 21:48:01 +0800 Subject: [PATCH] rename TestSceneConstructionTests to HeadlessScene_ConstructionTests --- .../{TestSceneConstructionTests.meta => HeadlessScene.meta} | 0 .../HeadlessScene_ConstructionTests.cs.meta} | 0 .../TestSceneConstructionTests/TestSceneConstructionTests.cs | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename Assets/Tests/Raindrop/RaindropIntegrationTests/{TestSceneConstructionTests.meta => HeadlessScene.meta} (100%) rename Assets/Tests/Raindrop/RaindropIntegrationTests/{TestSceneConstructionTests/TestSceneConstructionTests.cs.meta => HeadlessScene/HeadlessScene_ConstructionTests.cs.meta} (100%) 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()