Versions Compared

Key

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

...

Unit tests will run by default if not excluded in the project's pom.xml file and if not disabled with the -DskipTests flag to Maven.  These tests typically cover a single class in the project and run quickly.

...

When developing, you will typically want to check periodically that relevant integration tests pass.

Tracking Unit Tests

Running the unit tests in the tracking module will run the following two tests:

Running the Distribution Jar

...