Versions Compared

Key

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

...

A simple class can contain multiple test. Tests are no more than methods annotated with the @Test annotation. After configurint configuring and starting the OSGI container, Pax-Exam will scan the class looking for all the annotated functions and will run them according to the reactor strategy we have set. 

...