Interface QuarkusTestResourceLifecycleManager.TestInjector

    • Method Detail

      • injectIntoFields

        void injectIntoFields​(Object fieldValue,
                              Predicate<Field> predicate)
        Parameters:
        fieldValue - The actual value to inject into a test field
        predicate - User supplied predicate which can be used to determine whether or not the field should be set with with fieldValue