Using @MethodSource in @QuarkusTest
I am new to JUnit testing in general and to Quarkus testing specifically.
We have a Quarkus – Vertx application and we want to test some functionality from different services.
For that i created a test class with the following annotations: