Confgure pax-exam with --definitionURL

28 views Asked by At

From Dmytro Pishchukhin's blog I learned that pax-exam's runner can configure itself from an extension xml containing platform definition in the following way:
@Configuration public static Option[] configurePlatform() { return options( ... rawPaxRunnerOption("--definitionURL", "file:platform-equinox-3.6M7.xml") ); }
but it seems rawPaxRunnerOption has been deprecated and removed. Is there a way to load this definition these days? (Documentation at Pax Runner Docs) doesn't seem to be updated.

0

There are 0 answers