License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices JUnit Unit Testing |
GroupId | GroupIdio.helidon.microprofile.tests |
ArtifactId | ArtifactIdhelidon-microprofile-tests-junit5 |
Last Version | Last Version3.0.0-M2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHelidon Microprofile Tests JUnit5
Integration with Junit5 to support tests with CDI injection
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.helidon.microprofile.tests/helidon-microprofile-tests-junit5/ -->
<dependency>
<groupId>io.helidon.microprofile.tests</groupId>
<artifactId>helidon-microprofile-tests-junit5</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.microprofile.tests/helidon-microprofile-tests-junit5/
implementation 'io.helidon.microprofile.tests:helidon-microprofile-tests-junit5:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.microprofile.tests/helidon-microprofile-tests-junit5/
implementation ("io.helidon.microprofile.tests:helidon-microprofile-tests-junit5:3.0.0-M2")
'io.helidon.microprofile.tests:helidon-microprofile-tests-junit5:jar:3.0.0-M2'
<dependency org="io.helidon.microprofile.tests" name="helidon-microprofile-tests-junit5" rev="3.0.0-M2">
<artifact name="helidon-microprofile-tests-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.microprofile.tests', module='helidon-microprofile-tests-junit5', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.microprofile.tests" % "helidon-microprofile-tests-junit5" % "3.0.0-M2"
[io.helidon.microprofile.tests/helidon-microprofile-tests-junit5 "3.0.0-M2"]
Group / Artifact | Type | Version |
---|---|---|
io.helidon.jersey : helidon-jersey-client | jar | 3.0.0-M2 |
io.helidon.config : helidon-config-yaml-mp | jar | 3.0.0-M2 |
Group / Artifact | Type | Version |
---|---|---|
io.helidon.microprofile.cdi : helidon-microprofile-cdi | jar | 3.0.0-M2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-core | jar | 1.3 |