Object object2 = getManager().getInstance(comps.get(1));
Assert.assertTrue(object instanceof CheckWithCheckPayment);
Assert.assertTrue(object2 instanceof PostConstructDoubleInterceptorComponent);
PostConstructDoubleInterceptorComponent pcc = (PostConstructDoubleInterceptorComponent) object2;
ComponentImpl<PostConstructDoubleInterceptorComponent> s = (ComponentImpl<PostConstructDoubleInterceptorComponent>) comps.get(1);
Assert.assertNotNull(pcc.getP());
List<InterceptorData> stack = s.getInterceptorStack();
Assert.assertEquals(5, stack.size());