Package io.quarkus.test.common
Interface QuarkusTestResourceLifecycleManager.TestInjector
-
- All Known Implementing Classes:
TestResourceManager.DefaultTestInjector
- Enclosing interface:
- QuarkusTestResourceLifecycleManager
public static interface QuarkusTestResourceLifecycleManager.TestInjectorProvides methods to handle the common injection cases. SeeQuarkusTestResourceLifecycleManager.inject(TestInjector)
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classQuarkusTestResourceLifecycleManager.TestInjector.AnnotatedReturnstrueif the field is annotated with the supplied annotation.static classQuarkusTestResourceLifecycleManager.TestInjector.AnnotatedAndMatchesTypeReturnstrueif the field is annotated with the supplied annotation and can also be assigned to the supplied type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinjectIntoFields(Object fieldValue, Predicate<Field> predicate)
-