Package io.github.cdiunit.internal
Class TestMethodInvocationContext<H>
java.lang.Object
io.github.cdiunit.internal.TestMethodInvocationContext<H>
- All Implemented Interfaces:
jakarta.interceptor.InvocationContext
public class TestMethodInvocationContext<H>
extends Object
implements jakarta.interceptor.InvocationContext
-
Constructor Summary
ConstructorsConstructorDescriptionTestMethodInvocationContext
(Object target, Method method, Object[] parameters, ThrowingStatement methodInvoker) -
Method Summary
Modifier and TypeMethodDescriptionConstructor<?>
Object[]
getTimer()
proceed()
void
resolveInterceptors
(jakarta.enterprise.inject.spi.BeanManager beanManager) void
setParameters
(Object[] params)
-
Constructor Details
-
TestMethodInvocationContext
public TestMethodInvocationContext(Object target, Method method, Object[] parameters, ThrowingStatement methodInvoker)
-
-
Method Details
-
resolveInterceptors
public void resolveInterceptors(jakarta.enterprise.inject.spi.BeanManager beanManager) -
getTarget
- Specified by:
getTarget
in interfacejakarta.interceptor.InvocationContext
-
getTimer
- Specified by:
getTimer
in interfacejakarta.interceptor.InvocationContext
-
getMethod
- Specified by:
getMethod
in interfacejakarta.interceptor.InvocationContext
-
getConstructor
- Specified by:
getConstructor
in interfacejakarta.interceptor.InvocationContext
-
getParameters
- Specified by:
getParameters
in interfacejakarta.interceptor.InvocationContext
-
setParameters
- Specified by:
setParameters
in interfacejakarta.interceptor.InvocationContext
-
getContextData
- Specified by:
getContextData
in interfacejakarta.interceptor.InvocationContext
-
proceed
- Specified by:
proceed
in interfacejakarta.interceptor.InvocationContext
- Throws:
Exception
-