mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-27 22:11:39 +00:00
test: each LoginTest will rebuild the game.
This commit is contained in:
committed by
alexiscatnip
parent
10cee79cd5
commit
f4d5395d47
@@ -23,15 +23,15 @@ namespace Raindrop.Tests.RaindropFullIntegrationTests
|
||||
private RaindropNetcom netcom { get { return instance.Netcom; } }
|
||||
private RaindropInstance instance { get { return ServiceLocator.Instance.Get<RaindropInstance>(); } }
|
||||
|
||||
[OneTimeSetUp]
|
||||
public void OneTimeSetUp()
|
||||
[SetUp]
|
||||
public void SetUp()
|
||||
{
|
||||
//load the main scene.
|
||||
RaindropLoader.Load();
|
||||
}
|
||||
|
||||
[OneTimeTearDown]
|
||||
public void OneTimeTearDown()
|
||||
[TearDown]
|
||||
public void TearDown()
|
||||
{
|
||||
RaindropLoader.Unload();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user