Package com.foreach.across.test.modules.naming

Examples of com.foreach.across.test.modules.naming.NamingModule


public class TestDefaultProvidedBeans
{
  @Test
  public void rightProvidedBeansAreWiredInEachModule() {
    NamingModule firstModule = new NamingModule( "FirstModule" );
    NamingModule lastModule = new NamingModule( "LastModule" );

    AcrossContext context = new AcrossContext();
    context.addModule( firstModule );
    context.addModule( lastModule );
    context.bootstrap();
View Full Code Here

TOP

Related Classes of com.foreach.across.test.modules.naming.NamingModule

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.