Package pkg2

Examples of pkg2.Foo2


    // param
    petiteContainer.defineParameter("foo.data", "data");

    // get bean
    Foo2 foo = (Foo2) petiteContainer.getBean("foo");

    assertEquals("1 null null 2 bar null 3 bar data", foo.result);
    assertEquals("bar", foo.bar.toString());
    assertEquals("data", foo.data);
  }
View Full Code Here

TOP

Related Classes of pkg2.Foo2

Copyright © 2018 www.massapicom. 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.