OSGI-INF.JUnitRunner.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of junit4osgi-runner Show documentation
Show all versions of junit4osgi-runner Show documentation
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>