Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

We like tests. We use JUnit and Mockito. Tests over HTTP Integration tests use grizzlyGrizzly.

Ensuring that the quality of the code base is maintained (as it is extended, refactored, or otherwise modified) can be addressed through the extensive coverage of functionality by unit or integration testing.  One approach often undertaken within the domain of software development is that of test driven development, in which the appropriate testing suites outlining the behavior of some method are structured concurrently or before the method itself is actually implemented.  Adhering to this methodology is by no means mandatory, but it does often assist in ensuring that the code base is quality assured to a higher degree.

...