mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-27 22:11:39 +00:00
rename TestSceneConstructionTests to HeadlessScene_ConstructionTests
This commit is contained in:
committed by
alexiscatnip
parent
706f0ac4c0
commit
3a7323960e
+2
-2
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user