Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 242 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 242 Bytes

HelloWorld example

Running the tests

  • To run the unit tests, call mvn test
  • To run the integration tests as well, call mvn verify
  • Code coverage reports are generated when mvn verify (or a full mvn clean install) is called.