Pax Runner configuration options

Unknown macro: {scrollbar}

Additional Pax Exam options are available if you are using the default container implementation:

Note that this options are Pax Runner specific options and that are only available if using the default container. If you wanna be on the safe side, meaning that you wanna be able to use a different container when there will be one available, you may stick to only using the core options.

The examples only shows the option usage and requires that you have a basic knowledge of how to setup a unit test. It also assumes that you have imported statically the PaxRunnerOptions and CoreOptions class:

import static org.ops4j.pax.exam.CoreOptions.*;
import static org.ops4j.pax.exam.container.def.PaxRunnerOptions.*;