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();
}
Aggregations