Versions Compared

Key

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

...

Specific command line syntax is not standardized and will depend on what was implemented in that class by the author.

Running Tests

Normal tests are run from the command-line using a syntax like this:
Code Block
languagebash
mvn test -Dtest=ClassNameOfTest

Integration tests are run from the integration-tests module directory with this syntax:

Code Block
languagebash
mvn verify -Dit.test=ClassNameOfTest

The class should be provided without the package name.

Command Line Tools

Job Manager

...