}
}
public void testVerifyWithMissingDependencyFails(){
SimpleContainer picoContainer = createPicoContainerWithDependsOnTouchableOnly();
try {
picoContainer.verify();
fail("should need a Touchable");
} catch (jfun.yan.YanException e) {
}
}
public void testExternallyInstantiatedObjectsCanBeRegistgeredAndLookedUp(){