Uses of Class
com.github.robtimus.junit.support.extension.InjectionTarget
-
Packages that use InjectionTarget Package Description com.github.robtimus.junit.support.extension Provides interfaces and classes for helping create JUnit extensions. -
-
Uses of InjectionTarget in com.github.robtimus.junit.support.extension
Methods in com.github.robtimus.junit.support.extension that return InjectionTarget Modifier and Type Method Description static InjectionTargetInjectionTarget. forField(Field field)Creates an injection target for a field.static InjectionTargetInjectionTarget. forParameter(ParameterContext parameterContext)Creates an injection target for a constructor or method parameter.Methods in com.github.robtimus.junit.support.extension with parameters of type InjectionTarget Modifier and Type Method Description protected abstract ObjectAnnotationBasedInjectingExtension. resolveValue(InjectionTarget target, A annotation, ExtensionContext context)Resolves the value to inject.protected ObjectAnnotationBasedInjectingExtension. resolveValue(InjectionTarget target, ExtensionContext context)protected abstract ObjectInjectingExtension. resolveValue(InjectionTarget target, ExtensionContext context)Resolves the value to inject.protected abstract Optional<JUnitException>AnnotationBasedInjectingExtension. validateTarget(InjectionTarget target, A annotation, ExtensionContext context)Validates that a target is valid for an injection annotation.protected Optional<JUnitException>AnnotationBasedInjectingExtension. validateTarget(InjectionTarget target, ExtensionContext context)protected abstract Optional<JUnitException>InjectingExtension. validateTarget(InjectionTarget target, ExtensionContext context)Validates that a target is valid for injecting.
-