All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.JUnitRunner.xml Maven / Gradle / Ivy

Go to download

This bundle deals to run all tests in a test registry and produce for each one an XML surefire report.

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="JUnitRunner">
   <implementation class="com.github.nfalco79.junit4osgi.runner.internal.JUnitRunner"/>
   <service>
      <provide interface="com.github.nfalco79.junit4osgi.runner.spi.TestRunner"/>
   </service>
   <reference bind="setLog" cardinality="1..1" interface="org.osgi.service.log.LogService" name="LogService" policy="static"/>
   <reference bind="bindRegistry" cardinality="1..n" interface="com.github.nfalco79.junit4osgi.registry.spi.TestRegistry" name="TestRegistry" policy="dynamic" unbind="unbindRegistry"/>
</scr:component>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy