Assert.assertTrue(DependentInterceptor.refCount == 1);
Assert.assertTrue(DependentScopedBean.SAY_HELLO);
try {
dbean.throwException();
}
catch (Exception e) {
Assert.assertNotNull(DependentInterceptor.exceptionTarget);
Assert.assertTrue(DependentInterceptor.exceptionTarget.equals(DependentScopedBean.class));
}