ch.qos.logback.core.joran.action
Class IncludeActionTest

java.lang.Object
  extended by ch.qos.logback.core.joran.action.IncludeActionTest

public class IncludeActionTest
extends Object


Constructor Summary
IncludeActionTest()
           
 
Method Summary
 void basicFile()
           
 void basicResource()
           
 void basicURL()
           
 void errorInDoBegin()
           
 void malformedURL()
           
 void multiInclude()
           
 void nestedInclude()
           
 void noFileFound()
           
 void setUp()
           
 void tearDown()
           
 void unknownURL()
           
 void withCorruptFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncludeActionTest

public IncludeActionTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

basicFile

public void basicFile()
               throws JoranException
Throws:
JoranException

basicResource

public void basicResource()
                   throws JoranException
Throws:
JoranException

basicURL

public void basicURL()
              throws JoranException
Throws:
JoranException

noFileFound

public void noFileFound()
                 throws JoranException
Throws:
JoranException

withCorruptFile

public void withCorruptFile()
                     throws JoranException
Throws:
JoranException

malformedURL

public void malformedURL()
                  throws JoranException
Throws:
JoranException

unknownURL

public void unknownURL()
                throws JoranException
Throws:
JoranException

nestedInclude

public void nestedInclude()
                   throws JoranException
Throws:
JoranException

multiInclude

public void multiInclude()
                  throws JoranException
Throws:
JoranException

errorInDoBegin

public void errorInDoBegin()


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