License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices JUnit Unit Testing |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-junit4-mock |
Last Version | Last Version2.10.0.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQuarkus - JUnit 4 Mock
Module with some empty JUnit4 classes to allow Testcontainers
to run without needing to include JUnit4 on the class path
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-junit4-mock/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit4-mock</artifactId>
<version>2.10.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-junit4-mock/
implementation 'io.quarkus:quarkus-junit4-mock:2.10.0.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-junit4-mock/
implementation ("io.quarkus:quarkus-junit4-mock:2.10.0.Final")
'io.quarkus:quarkus-junit4-mock:jar:2.10.0.Final'
<dependency org="io.quarkus" name="quarkus-junit4-mock" rev="2.10.0.Final">
<artifact name="quarkus-junit4-mock" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-junit4-mock', version='2.10.0.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-junit4-mock" % "2.10.0.Final"
[io.quarkus/quarkus-junit4-mock "2.10.0.Final"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-bom | pom | 2.10.0.Final |