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