org.pentaho.di.core
Class KettleEnvironmentTest

java.lang.Object
  extended by org.pentaho.di.core.KettleEnvironmentTest

public class KettleEnvironmentTest
extends Object

Tests for the Kettle Environment


Nested Class Summary
static class KettleEnvironmentTest.FailingMockLifecycleListener
           
static class KettleEnvironmentTest.MockLifecycleListener
           
static class KettleEnvironmentTest.SevereFailingMockLifecycleListener
           
static class KettleEnvironmentTest.ThrowableFailingMockLifecycleListener
           
 
Constructor Summary
KettleEnvironmentTest()
           
 
Method Summary
 void lifecycleListenerEnvironmentInitCallback_exception_thrown_severe()
          Validate that a LifecycleListener's environment init callback is called when the Kettle Environment is initialized.
 void lifecycleListenerEnvironmentInitCallback_exception_thrown()
          Validate that a LifecycleListener's environment init callback is called when the Kettle Environment is initialized.
 void lifecycleListenerEnvironmentInitCallback_throwable_thrown()
           
 void lifecycleListenerEnvironmentInitCallback()
          Validate that a LifecycleListener's environment init callback is called when the Kettle Environment is initialized.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KettleEnvironmentTest

public KettleEnvironmentTest()
Method Detail

lifecycleListenerEnvironmentInitCallback

public void lifecycleListenerEnvironmentInitCallback()
                                              throws Exception
Validate that a LifecycleListener's environment init callback is called when the Kettle Environment is initialized.

Throws:
Exception

lifecycleListenerEnvironmentInitCallback_exception_thrown

public void lifecycleListenerEnvironmentInitCallback_exception_thrown()
                                                               throws Exception
Validate that a LifecycleListener's environment init callback is called when the Kettle Environment is initialized.

Throws:
Exception

lifecycleListenerEnvironmentInitCallback_exception_thrown_severe

public void lifecycleListenerEnvironmentInitCallback_exception_thrown_severe()
                                                                      throws Exception
Validate that a LifecycleListener's environment init callback is called when the Kettle Environment is initialized.

Throws:
Exception

lifecycleListenerEnvironmentInitCallback_throwable_thrown

public void lifecycleListenerEnvironmentInitCallback_throwable_thrown()
                                                               throws Exception
Throws:
Exception