ch.qos.logback.core.joran.event
Class EventRecorderTest

java.lang.Object
  extended by ch.qos.logback.core.joran.event.EventRecorderTest

public class EventRecorderTest
extends Object

Test whether SaxEventRecorder does a good job.

Author:
Ceki Gulcu

Constructor Summary
EventRecorderTest()
           
 
Method Summary
 List<SaxEvent> doTest(String filename)
           
 void dump(List<SaxEvent> seList)
           
 void test1()
          Tests that whenever an action throws an exception, processing of child elements is skipped.
 void test2()
           
 void test3()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventRecorderTest

public EventRecorderTest()
Method Detail

doTest

public List<SaxEvent> doTest(String filename)
                      throws Exception
Throws:
Exception

dump

public void dump(List<SaxEvent> seList)

test1

public void test1()
           throws Exception
Tests that whenever an action throws an exception, processing of child elements is skipped.

Throws:
Exception

test2

public void test2()
           throws Exception
Throws:
Exception

test3

public void test3()
           throws Exception
Throws:
Exception


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