checkNotInstalledAndDescribed("AnnotatedIntercepted");
deploy("InterceptorWithOverriddenClassAnnotationDependencyTestCaseNotAutomatic0.xml");
try
{
SimpleBean dependency = (SimpleBean) getBean("Dependency");
assertNotNull(dependency);
checkInterceptedAndInjected("Intercepted", dependency);
checkNotInstalledAndDescribed("AnnotatedIntercepted");
}
finally
{
undeploy("InterceptorWithOverriddenClassAnnotationDependencyTestCaseNotAutomatic0.xml");
}
checkNotInstalledAndDescribed("Intercepted");
checkNotInstalledAndDescribed("AnnotatedIntercepted");
deploy("InterceptorWithOverriddenClassAnnotationDependencyTestCaseNotAutomatic0.xml");
try
{
SimpleBean dependency = (SimpleBean) getBean("Dependency");
assertNotNull(dependency);
checkInterceptedAndInjected("Intercepted", dependency);
checkNotInstalledAndDescribed("AnnotatedIntercepted");
}