rename TestSceneConstructionTests to HeadlessScene_ConstructionTests

This commit is contained in:
alexiscatnip
2022-08-06 02:43:06 +08:00
committed by alexiscatnip
parent 706f0ac4c0
commit 3a7323960e
3 changed files with 2 additions and 2 deletions
@@ -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()