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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -