License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.nfalco79 |
ArtifactId | ArtifactIdjunit4osgi-runner |
Version | Version1.2.15 |
Type | Typejar |
Description |
DescriptionJUnit4 for OSGi Runner
This bundle deals to run all tests in a test registry and produce for each one an XML surefire report.
|
Filename | Size |
---|---|
junit4osgi-runner-1.2.15.pom | |
junit4osgi-runner-1.2.15.jar | 235 KB |
junit4osgi-runner-1.2.15-sources.jar | 40 KB |
junit4osgi-runner-1.2.15-javadoc.jar | 146 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nfalco79/junit4osgi-runner/ -->
<dependency>
<groupId>com.github.nfalco79</groupId>
<artifactId>junit4osgi-runner</artifactId>
<version>1.2.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nfalco79/junit4osgi-runner/
implementation 'com.github.nfalco79:junit4osgi-runner:1.2.15'
// https://jarcasting.com/artifacts/com.github.nfalco79/junit4osgi-runner/
implementation ("com.github.nfalco79:junit4osgi-runner:1.2.15")
'com.github.nfalco79:junit4osgi-runner:jar:1.2.15'
<dependency org="com.github.nfalco79" name="junit4osgi-runner" rev="1.2.15">
<artifact name="junit4osgi-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nfalco79', module='junit4osgi-runner', version='1.2.15')
)
libraryDependencies += "com.github.nfalco79" % "junit4osgi-runner" % "1.2.15"
[com.github.nfalco79/junit4osgi-runner "1.2.15"]
Group / Artifact | Type | Version |
---|---|---|
com.github.nfalco79 : junit4osgi-registry | jar | 1.2.15 |
com.j256.simplejmx : simplejmx Optional | jar | 1.15 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.plexus : plexus-utils | jar | 3.0.24 |
org.osgi : org.osgi.core | jar | 4.3.0 |
org.osgi : org.osgi.service.log | jar | 1.3.0 |
org.osgi : org.osgi.service.component | jar | 1.3.0 |
org.osgi : org.osgi.util.tracker | jar | 1.5.1 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.11.0 |