Tiny test refactoring

This commit is contained in:
verysecrethero
2016-02-10 17:04:05 +01:00
parent f7756ff60f
commit 02cd822cf1
3 changed files with 29 additions and 24 deletions
+2 -3
View File
@@ -42,11 +42,8 @@ public:
~PickupSpawnTest();
void Tick();
bool TestSucceeded = false;
int NumLoops = 0;
bool Game_Loop_OneHundredTimes();
void TestSetup(int testNumber);
void DoTouchEvent(EntityID whoDidSomething, EntityID onWhatObject);
@@ -67,6 +64,8 @@ private:
bool m_TestStage1Success = false;
bool m_TestStage2Success = false;
bool m_TestSucceeded = false;
int m_NumLoops = 0;
};