use of org.pentaho.platform.api.engine.IPentahoSystemListener in project pentaho-platform by pentaho.
the class ChartBeansSystemListenerIT method testStartup.
/**
* Test method for
* {@link org.pentaho.platform.plugin.action.chartbeans.ChartBeansSystemListener#
* startup(org.pentaho.platform.api.engine.IPentahoSession)}
* .
*/
@Test
public void testStartup() {
IPentahoSystemListener sl = new ChartBeansSystemListener();
Assert.assertTrue(sl.startup(null));
}
Aggregations