UQdeco2800 / deco2800-2017-rocketpotatoes

7 stars 4 forks source link

Better Code Coverage for Enemies #44

Closed ryanjphelan closed 7 years ago

ryanjphelan commented 7 years ago

Goal is to properly test the game enemies by extending the BaseTest class. Increase the code coverage to a respectable level (>85%). Find a way to effectively test the onTick method for each enemy (and their variations).

Note: will probably need to do another ticket later on if methods drastically change.

ryanjphelan commented 7 years ago

Finished testing for the 4 classes. Pleased with an average of 95% coverage across.