@Test(groups = { INTEGRATION, NEW, DISPOSAL })
@SpecAssertion(section = "3.14", id = "x")
public void testNewBeanHasNoDisposalMethods() throws Exception {
FoxLocal fox = getInstanceByType(FoxLocal.class);
FoxLocal newFox = getInstanceByType(FoxLocal.class, new NewLiteral(Fox.class));
Set<Bean<Litter>> beans = getBeans(Litter.class, new AnnotationLiteral<Tame>() {
});
assert beans.size() == 1;
Bean<Litter> litterBean = beans.iterator().next();
CreationalContext<Litter> creationalContext = getCurrentManager().createCreationalContext(litterBean);