ipeirotis / Quizz

http://www.quizz.us
0 stars 0 forks source link

Unit tests everywhere #131

Closed chunhowt closed 10 years ago

chunhowt commented 10 years ago

We should write real unit tests that are specific for each Java class, now we only have an end-to-end integration test, which is not comprehensive yet.

chunhowt commented 10 years ago

Started unit testing new changes at commit db86ff1206ab6b9ba2f30d14895c99b1fd539841.

Let's try to add more unit tests as we go.

chunhowt commented 10 years ago

So far, we had added unit tests for all classes under entities/. I am moving towards unit tests for quizz-common//service/* now.

chunhowt commented 10 years ago

All java classes are unit tested now. Moving towards quizz-web/.../webapp next.

chunhowt commented 10 years ago

Done.