Annotation Interface QuarkusComponentTest


@ExtendWith(QuarkusComponentTestExtension.class) @Retention(RUNTIME) @Target(TYPE) public @interface QuarkusComponentTest
Registers the QuarkusComponentTestExtension that makes it easy to test Quarkus components and mock their dependencies.
See Also: