org.pentaho.di.core.logging
Class KettleLogChannelAppenderTest

java.lang.Object
  extended by org.pentaho.di.core.logging.KettleLogChannelAppenderTest

public class KettleLogChannelAppenderTest
extends Object


Constructor Summary
KettleLogChannelAppenderTest()
           
 
Method Summary
 void append_basic()
           
 void append_debug()
           
 void append_error()
           
 void append_off()
           
 void append_trace()
           
 void instantiation_null_layout()
           
 void instantiation_null_logging_channel()
           
 void requiresLayout()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KettleLogChannelAppenderTest

public KettleLogChannelAppenderTest()
Method Detail

instantiation_null_logging_channel

public void instantiation_null_logging_channel()

instantiation_null_layout

public void instantiation_null_layout()

requiresLayout

public void requiresLayout()

append_basic

public void append_basic()

append_debug

public void append_debug()

append_trace

public void append_trace()

append_off

public void append_off()

append_error

public void append_error()