Package org.mojavemvc.initialization.internal

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


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