Remove Quarkus-Test
article thumbnail

Article: Testing Quarkus Web Applications: Component & Integration Tests

InfoQ Articles

Quarkus is a full-stack, Kubernetes-native Java framework made for Java virtual machines (JVMs) and native compilation. Instead of reinventing the wheel, Quarkus uses well-known enterprise-grade frameworks backed by standards/specifications and makes them compilable to a binary using Graal VM.

125
125
article thumbnail

Article: Testing Quarkus Web Applications: Writing Clean Component Tests

InfoQ Articles

In this article, we will learn how to write clean integration tests for Quarkus applications. We will see how we can write simple and clean tests for the following scenarios: a mail client, security with RBAC, testing using containers, and rest clients. By Alex Soto.

110
110
article thumbnail

Article: Testing Quarkus Web Applications: Reactive Messaging, Kafka, and Testcontainers

InfoQ Articles

Quarkus is a full-stack, Kubernetes-native Java framework that supports many coding styles, including reactive programming. Writing clean unit/component/integration tests for Quarkus applications when a reactive approach is used is vitally important. By Alex Soto.

84