Devin0xFFFFFF / singed-feathers

Singed Feathers Game
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Acceptance Testing #235

Closed jadxie closed 7 years ago

SashaG-T commented 7 years ago

I pushed branch 235-Acceptance-Tests, not ready for PR, but ready for more written acceptance tests. The current location of the tests is in the folder "Assets/UITests/Acceptance Tests". To run the tests you have to run the "TestRunner" scene which is found in the folder "Assets/UITests". I left the README from the package in that folder just for reference but should ultimately be removed at some point. Output from the tests is printed to the unity console.

I would also like to comment that adding Assertion Components from the Unity Tests Tools package to objects could act as an added layer to the acceptance testing. A plus to this is that the written acceptance tests don't need to know that the Assertion Components exist.