ch.qos.logback.core.spi
Class AppenderAttachableImplTest
java.lang.Object
ch.qos.logback.core.spi.AppenderAttachableImplTest
public class AppenderAttachableImplTest
- extends Object
This test case verifies all the methods of AppenderAttableImpl work properly.
- Author:
- Ralph Goers
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppenderAttachableImplTest
public AppenderAttachableImplTest()
setUp
public void setUp()
throws Exception
- Throws:
Exception
tearDown
public void tearDown()
throws Exception
- Throws:
Exception
testAddAppender
public void testAddAppender()
throws Exception
- Throws:
Exception
testIteratorForAppenders
public void testIteratorForAppenders()
throws Exception
- Throws:
Exception
getGetAppender
public void getGetAppender()
throws Exception
- Throws:
Exception
testIsAttached
public void testIsAttached()
throws Exception
- Throws:
Exception
testDetachAndStopAllAppenders
public void testDetachAndStopAllAppenders()
throws Exception
- Throws:
Exception
testDetachAppender
public void testDetachAppender()
throws Exception
- Throws:
Exception
testDetachAppenderByName
public void testDetachAppenderByName()
throws Exception
- Throws:
Exception
Copyright © 2005-2009 QOS.ch. All Rights Reserved.