Package org.tomighty.plugin.impl

Examples of org.tomighty.plugin.impl.DefaultPluginPackFactory.createFrom()


    @Test
    public void createDoesNotReturnNull() {
        PluginPackFactory factory = new DefaultPluginPackFactory();
        Directory directory = mock(Directory.class);
        PluginPack pluginPack = factory.createFrom(directory);

        assertNotNull(pluginPack);
    }

}
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.