pbrune1973 / qwics

Other
6 stars 0 forks source link

add unit tests and aim for test coverage #4

Open GitMensch opened 6 years ago

GitMensch commented 6 years ago

As Eclipse is used you may consider using JUnit and EclEmma

Included test cases and high test coverage provides a good first option to check that new changes in the code don't break expected old behavior and tends to show some possible issues.