beanClasses.add(RuntimeExceptionBindingTypeBean.class);
startContainer(beanClasses, beanXmls);
BeanManager beanManager = getBeanManager();
Interceptor interceptorBean = beanManager.resolveInterceptors(InterceptionType.AROUND_INVOKE, new AnnotationLiteral<RuntimeExceptions>() {}).iterator().next();
Bean bean = beanManager.resolve(beanManager.getBeans(RuntimeExceptionBindingTypeBean.class));
CreationalContext creationalContext = beanManager.createCreationalContext(bean);
// we cannot use the container to create the proxy as it already proxies the internal instance
RuntimeExceptionBindingTypeBean target = new RuntimeExceptionBindingTypeBean();