Package io.quarkus.test.component
Annotation Interface SkipInject
Instructs the test engine to skip injection for test method parameters.
If declared on a parameter of a test method then skip injection for this specific parameter.
If declared on a test method then skip injection for all parameters.