JUnit5 and Parameterized Tests
Streamline Your Test Cases with the Magic of Parameterization
Jun 26, 202315 min read1.9K

Search for a command to run...
Articles tagged with #java
Streamline Your Test Cases with the Magic of Parameterization

When you start working with Quarkus, you discover the magic of dev services! If you have an application that use Kafka, a database, RabbitMQ, Redis, ... (full list here ), then if you don't have some properties set for dev and test profile like bro...

Finally my application is on production : several micro-services using event-driven architecture where several producers can trigger same behaviour. Suddenly a bug! Some triggers are weird, but who is triggering them? Which micro-services? Impossible...
