Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

This will run the tests from Classname. So to run tests from ConceptTest, you need to go to api folder and type:

{pre}mvn test \
Wiki Markup
Pre

mvn test -Dtest=ConceptTest

{pre}

Compile and Start Jetty for hot deployment

...