License |
License
(Apache-2.0 OR EPL-2.0)
|
---|---|
Categories |
CategoriesJUnit Unit Testing ORM Data |
GroupId | GroupIdbiz.aQute.bnd |
ArtifactId | ArtifactIdbiz.aQute.tester.junit-platform |
Last Version | Last Version6.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbiz.aQute.tester.junit-platform
A bnd tester using JUnit Platform. Like biz.aQute.tester, this bundle will add itself to the -runbundles at the end. At startup, this bundle will then look for TestEngine implementations among the loaded bundles and use them to execute the tests. This bundle does NOT contain the necessary TestEngine implementations for JUnit 3, 4 or 5 - it will import them just like any other bundle.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/biz.aQute.bnd/biz.aQute.tester.junit-platform/ -->
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>biz.aQute.tester.junit-platform</artifactId>
<version>6.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/biz.aQute.bnd/biz.aQute.tester.junit-platform/
implementation 'biz.aQute.bnd:biz.aQute.tester.junit-platform:6.3.1'
// https://jarcasting.com/artifacts/biz.aQute.bnd/biz.aQute.tester.junit-platform/
implementation ("biz.aQute.bnd:biz.aQute.tester.junit-platform:6.3.1")
'biz.aQute.bnd:biz.aQute.tester.junit-platform:jar:6.3.1'
<dependency org="biz.aQute.bnd" name="biz.aQute.tester.junit-platform" rev="6.3.1">
<artifact name="biz.aQute.tester.junit-platform" type="jar" />
</dependency>
@Grapes(
@Grab(group='biz.aQute.bnd', module='biz.aQute.tester.junit-platform', version='6.3.1')
)
libraryDependencies += "biz.aQute.bnd" % "biz.aQute.tester.junit-platform" % "6.3.1"
[biz.aQute.bnd/biz.aQute.tester.junit-platform "6.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.osgi : osgi.annotation | jar | 8.1.0 |
org.osgi : osgi.core | jar | 6.0.0 |
biz.aQute.bnd : biz.aQute.bnd.util | jar | 6.3.1 |
biz.aQute.bnd : biz.aQute.bndlib | jar | 6.3.1 |
biz.aQute.bnd : biz.aQute.tester | jar | 6.3.1 |
junit : junit | jar | 4.10 |
org.junit.platform : junit-platform-commons | jar | 1.3.1 |
org.junit.platform : junit-platform-engine | jar | 1.3.1 |
org.junit.platform : junit-platform-launcher | jar | 1.3.1 |
org.opentest4j : opentest4j | jar | 1.1.0 |
org.apiguardian : apiguardian-api | jar | 1.1.2 |
org.apache.felix : org.apache.felix.gogo.runtime | jar | 1.1.0 |