ch.qos.logback.core.joran.event
Class EventRecorderTest
java.lang.Object
ch.qos.logback.core.joran.event.EventRecorderTest
public class EventRecorderTest
- extends Object
Test whether SaxEventRecorder does a good job.
- Author:
- Ceki Gulcu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventRecorderTest
public EventRecorderTest()
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.