...
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.
...