Search in sources :

Example 1 with SystemPathXmlPluginProvider

use of org.pentaho.platform.plugin.services.pluginmgr.SystemPathXmlPluginProvider in project pentaho-platform by pentaho.

the class SystemPathPluginProviderIT method init.

@Before
public void init() {
    microPlatform = new MicroPlatform(TestResourceLocation.TEST_RESOURCES + "/SystemPathPluginProviderTest/");
    microPlatform.define(ISolutionEngine.class, SolutionEngine.class);
    microPlatform.define(IPluginPerspectiveManager.class, DefaultPluginPerspectiveManager.class);
    provider = new SystemPathXmlPluginProvider();
}
Also used : SystemPathXmlPluginProvider(org.pentaho.platform.plugin.services.pluginmgr.SystemPathXmlPluginProvider) MicroPlatform(org.pentaho.test.platform.engine.core.MicroPlatform) Before(org.junit.Before)

Aggregations

Before (org.junit.Before)1 SystemPathXmlPluginProvider (org.pentaho.platform.plugin.services.pluginmgr.SystemPathXmlPluginProvider)1 MicroPlatform (org.pentaho.test.platform.engine.core.MicroPlatform)1