@API(status=EXPERIMENTAL, since="1.2.3") public interface TryLifecycleContext extends LifecycleContext
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
containerClass() |
PropertyLifecycleContext |
propertyContext()
Deprecated.
|
java.lang.reflect.Method |
targetMethod() |
java.lang.Object |
testInstance() |
findAnnotation, label, newInstance, optionalContainerClass, optionalElement, reporter, resolveParameter
@API(status=EXPERIMENTAL, since="1.2.7") java.lang.reflect.Method targetMethod()
@API(status=EXPERIMENTAL, since="1.2.7") java.lang.Class<?> containerClass()
@API(status=EXPERIMENTAL, since="1.2.7") java.lang.Object testInstance()
@API(status=DEPRECATED, since="1.2.7") @Deprecated PropertyLifecycleContext propertyContext()