|
org.jboss.cdi.tck.tests.decorators.interceptor.DecoratorAndInterceptorTest.org.jboss.cdi.tck.tests.decorators.interceptor.DecoratorAndInterceptorTest.testLifecycleCallbacks assumes that no Proxy is used for decoration, but this is not required by the spec.
The test assumes that the instance that is obtained via Bean#create is of the same class as the instance that is received via InvocationContext#getTarget()#getClass() which is not required by the spec.
|