Package tests.jfun.finecontrol

Source Code of tests.jfun.finecontrol.InvocationOrderTestCase

package tests.jfun.finecontrol;

import jfun.yan.Container;
import jfun.yan.xml.NutsProcessor;
import junit.framework.TestCase;

public class InvocationOrderTestCase extends TestCase {
  public void test1()
  throws Exception{
    final NutsProcessor proc = new NutsProcessor();
    proc.processResource("tests/jfun/finecontrol/config.xml");
    final Container yan = proc.getContainer();
    yan.getInstance("a");
  }
}
TOP

Related Classes of tests.jfun.finecontrol.InvocationOrderTestCase

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.