Create Unit Tests for Utils project ----------------------------------- Key: ODE-838 URL: https://issues.apache.org/jira/browse/ODE-838 Project: ODE Issue Type: Test Reporter: David Carver
Currently the Utils project has very weak unit test coverage. As an example, DOMUtils has 58 methods, but only 9 of the methods are covered by any unit tests out of the 400 or so tests. We should strive to make the code in that package at least 85% covered according to various code coverage reports (i.e. emma, cobertura, etc). Adding the tests will help with debugging and regression testing as well. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.