Closed Plankton555 closed 12 years ago
Updated the tests for controller, model and enemy packages. That is, I've checked what methods were not tested and added empty tests for them. I've also checked the "validity" of the tests in those packages.
Fixed some more tests. There are now only 4 errors remaining. I don't understand the tests / the classes that the tests are testing, so... I know that @Zapray also have tried this.
@Natanande and @MaTachi ; You two have to fix the rest of the tests. You have written them / written the classes that are tested.
Ok, I will decode my hieroglyphs.
It's only PlayerTest's testUpdate() method that is left to fix now. Awesome job guys!
Last tests fixed in: 808bb3d7db9892e73848b0e28d0bbd0846283dba No tests fails!
But testUpdate is still ridiculously large and could be improved (more readable).
Fix all tests