Storyline and Tutorial Unit Testing - UQdeco2800/2022-studio-1 GitHub Wiki
StoryLineActionTest
Requirement | Test case addressed by |
---|---|
Test prologue skips to main game | proloogueSkipTest |
Test epilogue skips to main game | epilogueSkipTest |
MainGameTutorialTest
Requirement | Test case addressed by |
---|---|
Test movement prompt disposes on player movement | movementPromptTest |
Test wood prompt shown when wood is collectible | woodPromptTest |
Test stone prompt shown when stone is collectible | stonePromptTest |
Test attack enemy prompt shown when the player may attack. | enemyPromptTest |
Test wood and stone collection objective completed | resourceObjectiveDispose |