In Quarkus testing one can normally easily use beans by annotating them with @Inject:
@QuarkusTest class InjectionTest { @Inject SomeBean someBean; @Test vo