コード例 #1
0
 public static void shutdownPentahoSystem() {
   PentahoSystem.refreshSettings();
   PentahoSystem.clearGlobals();
   PentahoSystem.clearObjectFactory();
   PentahoSystem.shutdown();
 }
コード例 #2
0
 @After
 public void tearDown() {
   connectionServiceImpl = null;
   PentahoSystem.deregisterObjectFactory(pentahoObjectFactory);
   PentahoSystem.clearObjectFactory();
 }