Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

Unit testing

wilkinsona edited this page Nov 30, 2011 · 1 revision

Wherever possible code should be unit tested as extensively as possible. Sonar is configured to require overall code coverage of 90% or greater. Any updates to the codebase should be accompanied by appropriate updates to the unit test suite.

Clone this wiki locally