Package jfun.yan.containers

Examples of jfun.yan.containers.SimpleContainer.verify()


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

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.