Package org.mojavemvc.initialization.internal

Examples of org.mojavemvc.initialization.internal.FTLInitializer.initialize()


        InitParams params = mock(InitParams.class);
        AppResources resources = mock(AppResources.class);
        AppPropertyCollector collector = mock(AppPropertyCollector.class);
       
        FTLInitializer init = new FTLInitializer();
        init.initialize(params, resources, collector);
       
        verify(collector).addProperty(eq(FTL.CONFIG_PROPERTY), any(Configuration.class));
    }
}
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.