ch.qos.logback.core.spi
Class AppenderAttachableImplTest

java.lang.Object
  extended by 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

Constructor Summary
AppenderAttachableImplTest()
           
 
Method Summary
 void getGetAppender()
           
 void setUp()
           
 void tearDown()
           
 void testAddAppender()
           
 void testDetachAndStopAllAppenders()
           
 void testDetachAppender()
           
 void testDetachAppenderByName()
           
 void testIsAttached()
           
 void testIteratorForAppenders()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppenderAttachableImplTest

public AppenderAttachableImplTest()
Method Detail

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.