Versions Compared

Key

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

...

Code Block
html
html
mvn clean install -Ptests,integration-tests

Executing iPOJO tests

iPOJO Tests use the junit4osgi framework and pax exam. To execute tests, just compile them (with the mvn clean install from the tests directory) and then execute the integration tests by executing the mvn clean integration-test command from the tests/integration-tests folder.

...