ch.qos.logback.core.joran
Class SkippingInInterpreterTest

java.lang.Object
  extended by ch.qos.logback.core.joran.SkippingInInterpreterTest

public class SkippingInInterpreterTest
extends Object

Test the way Interpreter skips child elements in case of exceptions thrown by Actions. It also tests addition of status messages in case of exceptions.

Author:
Ceki Gulcu

Constructor Summary
SkippingInInterpreterTest()
           
 
Method Summary
 void testSkippingActionExInBadBegin()
           
 void testSkippingActionExInBadEnd()
           
 void testSkippingRuntimeExInBadBegin()
           
 void testSkippingRuntimeExInBadEnd()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkippingInInterpreterTest

public SkippingInInterpreterTest()
Method Detail

testSkippingRuntimeExInBadBegin

public void testSkippingRuntimeExInBadBegin()
                                     throws Exception
Throws:
Exception

testSkippingActionExInBadBegin

public void testSkippingActionExInBadBegin()
                                    throws Exception
Throws:
Exception

testSkippingRuntimeExInBadEnd

public void testSkippingRuntimeExInBadEnd()
                                   throws Exception
Throws:
Exception

testSkippingActionExInBadEnd

public void testSkippingActionExInBadEnd()
                                  throws Exception
Throws:
Exception


Copyright © 2005-2009 QOS.ch. All Rights Reserved.