{"id":72948,"library":"quarkus-junit5-mockito","title":"Quarkus JUnit 5 Mockito","description":"Parent artifact for relocated Quarkus JUnit 5 Mockito support, providing compatibility with Mockito in Quarkus tests.","status":"active","version":"3.35.0","language":"java","source_language":null,"source_url":"https://github.com/quarkusio/quarkus","tags":["quarkus","junit5","mockito","testing"],"install":[{"cmd":"<dependency>\n  <groupId>io.quarkus</groupId>\n  <artifactId>quarkus-junit5-mockito</artifactId>\n  <version>3.35.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'io.quarkus:quarkus-junit5-mockito:3.35.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"QuarkusTest","correct":"io.quarkus.test.junit.QuarkusTest"}],"quickstart":{"code":"import io.quarkus.test.junit.QuarkusTest;\nimport org.junit.jupiter.api.Test;\n\n@QuarkusTest\npublic class MyTest {\n    @Test\n    public void testEndpoint() {\n        given()\n          .when().get(\"/hello\")\n          .then()\n             .statusCode(200);\n    }\n}","lang":"java","description":"Write a Quarkus integration test using JUnit 5."},"warnings":[{"fix":"Use the relocated artifact coordinates as specified in the Maven relocation metadata.","message":"This artifact is a relocation parent; actual functionality may be in relocated artifacts.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'5':3,11 'artifact':6 'compat':15 'junit':2,10 'junit5':22 'mockito':4,12,17,23 'parent':5 'provid':14 'quarkus':1,9,19,21 'reloc':8 'support':13 'test':20,24","created_at":"2026-06-17T18:45:25.735266+00:00","updated_at":"2026-06-17T18:45:25.735266+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/quarkusio/quarkus","github":"https://github.com/quarkusio/quarkus","docs":"https://appdoc.app/artifact/io.quarkus/quarkus-junit5-mockito/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}