massdosage / citrine-scheduler

Java web application which can be used to configure, manage and monitor the running of various tasks
Apache License 2.0
4 stars 4 forks source link

Add unit tests for controllers #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently all unit tests are at the service and data level. We should add
tests of the controllers.

Original issue reported on code.google.com by massdosage on 9 Apr 2010 at 2:53

GoogleCodeExporter commented 9 years ago
I've made a start for this, and have written a test for list function from
AdminController. AdminControllerTest.java is included from
citrine-scheduler-read-only/test/java/fm/last/citrine/web

I am happy for this to be released under the Apache2 license.

Original comment by benj...@gmail.com on 17 Apr 2010 at 4:19

Attachments:

GoogleCodeExporter commented 9 years ago
Now have a suite of controller tests, line coverage for project as a whole is 
78%.

Original comment by massdosage on 19 May 2011 at 1:34