robocup-atan / atan

Robocup 2D Soccer Server Java Interface
MIT License
20 stars 6 forks source link

Properly implement JUnit tests. #12

Open verbitan opened 12 years ago

verbitan commented 12 years ago

These tests should ideally provide example strings from the RoboCup SServer at the SServer version atan is designed for (currently v13).

They should then ensure that the correct methods are called back, and the parameter values correct.

verbitan commented 12 years ago

I've made a start to this with a completely reworked JUnit test layout. This just needs enhancing with more tests...