rename TestSceneConstructionTests to HeadlessScene_ConstructionTests

This commit is contained in:
alexiscatnip
2022-07-11 21:48:01 +08:00
parent 75349d7328
commit e4db92aedd
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()