ch.qos.logback.core
Class WriterAppenderTest

java.lang.Object
  extended by ch.qos.logback.core.WriterAppenderTest

public class WriterAppenderTest
extends Object


Constructor Summary
WriterAppenderTest()
           
 
Method Summary
 void headerFooterCheck(String fileHeader, String presentationHeader, String presentationFooter, String fileFooter)
           
 void nullFileFooter()
           
 void nullFileHeader()
           
 void nullPresentationFooter()
           
 void nullPresentationHeader()
           
 void setUp()
           
 void smoke()
           
 void tearDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriterAppenderTest

public WriterAppenderTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

smoke

public void smoke()

nullFileHeader

public void nullFileHeader()

nullPresentationHeader

public void nullPresentationHeader()

nullPresentationFooter

public void nullPresentationFooter()

nullFileFooter

public void nullFileFooter()

headerFooterCheck

public void headerFooterCheck(String fileHeader,
                              String presentationHeader,
                              String presentationFooter,
                              String fileFooter)


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