The English version of quarkus.io is the official project site. Translated sites are community supported on a best-effort basis.

testing

Tagged posts: 'testing'

Explore how to verify Quarkus event-driven applications with the Citrus integration test framework.

Quarkus 3.2 introduced an experimental feature to ease the testing of CDI components and mocking of their dependencies.

Introduction to the Quarkus Superheroes sample application, discusses some of the requirements for building it, and illustrates how to run it locally or deploy it to Kubernetes.

With the release of Quarkus 1.6 Quarkus now supports test profiles, allowing you to easily test multiple different configurations inside the same module. This post outlines what test profiles are and how you can use them. Recap on how @QuarkusTest works Before we talk about test profiles let’s talk briefly about how @QuarkusTest annotated tests actually work. The first time one of these tests is run the Quarkus test extension will start Quarkus. Quarkus will...

Quarkus 1.4 introduces some interesting new capabilities for mocking CDI beans.