Registry / testing / quarkus-junit5-mockito

quarkus-junit5-mockito

JSON →
library3.35.0javamavenunverified

Parent artifact for relocated Quarkus JUnit 5 Mockito support, providing compatibility with Mockito in Quarkus tests.

<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-junit5-mockito</artifactId> <version>3.35.0</version> </dependency>
INSTALL
IMPORT
SIG · QUARKUS-JUNIT5-MOC
Q
quarkus-junit5-mockito
testingjavav3.35.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QuarkusTest
✓ io.quarkus.test.junit.QuarkusTest

Write a Quarkus integration test using JUnit 5.

import io.quarkus.test.junit.QuarkusTest; import org.junit.jupiter.api.Test; @QuarkusTest public class MyTest { @Test public void testEndpoint() { given() .when().get("/hello") .then() .statusCode(200); } }
Debug
Known issues
gotchaThis artifact is a relocation parent; actual functionality may be in relocated artifacts.
fix
Use the relocated artifact coordinates as specified in the Maven relocation metadata.
affects: all
Upgrade
Version history
3.35.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
quarkus-junit5-mockito — mvn dependency:get quarkus-junit5-mockito · libregistry