ch.qos.logback.core.util
Class OptionHelperTest

java.lang.Object
  extended by ch.qos.logback.core.util.OptionHelperTest

public class OptionHelperTest
extends Object


Constructor Summary
OptionHelperTest()
           
 
Method Summary
 void setUp()
           
 void testLiteral()
           
 void testSubstVarsContextOnly()
           
 void testSubstVarsRecursive()
           
 void testSubstVarsSystemProperties()
           
 void testSubstVarsVariableNotClosed()
           
 void testSubstVarsWithDefault()
           
 void testUndefinedValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionHelperTest

public OptionHelperTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testLiteral

public void testLiteral()

testUndefinedValues

public void testUndefinedValues()

testSubstVarsVariableNotClosed

public void testSubstVarsVariableNotClosed()

testSubstVarsContextOnly

public void testSubstVarsContextOnly()

testSubstVarsSystemProperties

public void testSubstVarsSystemProperties()

testSubstVarsWithDefault

public void testSubstVarsWithDefault()

testSubstVarsRecursive

public void testSubstVarsRecursive()


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