Confgure pax-exam with --definitionURL -
from dmytro pishchukhin's blog learned pax-exam's runner can configure extension xml containing platform definition in following way:
@configuration public static option[] configureplatform() { return options( ... rawpaxrunneroption("--definitionurl", "file:platform-equinox-3.6m7.xml") ); }
seems rawpaxrunneroption
has been deprecated , removed. there way load definition these days? (documentation @ pax runner docs) doesn't seem updated.
Comments
Post a Comment