Annotation Interface QuarkusComponentTest


@Experimental("This feature is experimental and the API may change in the future") @ExtendWith(QuarkusComponentTestExtension.class) @Retention(RUNTIME) @Target(TYPE) public @interface QuarkusComponentTest
Registers the QuarkusComponentTestExtension that makes it easy to test Quarkus components.
See Also: