DAT255-group20 / UltraExtreme

Other
0 stars 0 forks source link

Fix all tests! #100

Closed Plankton555 closed 12 years ago

Plankton555 commented 12 years ago

Fix all tests

Plankton555 commented 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.

Plankton555 commented 12 years ago

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.

matachi commented 12 years ago

Ok, I will decode my hieroglyphs.

matachi commented 12 years ago

It's only PlayerTest's testUpdate() method that is left to fix now. Awesome job guys!

Natanande commented 12 years ago

Last tests fixed in: 808bb3d7db9892e73848b0e28d0bbd0846283dba No tests fails!

matachi commented 12 years ago

But testUpdate is still ridiculously large and could be improved (more readable).