org.jboss.test.util.test
Class StringPropertyReplacerUnitTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jboss.test.util.test.StringPropertyReplacerUnitTestCase
All Implemented Interfaces:
junit.framework.Test

public class StringPropertyReplacerUnitTestCase
extends junit.framework.TestCase

A StringPropertyReplacerUnitTestCase.

Version:
$Revision$
Author:
Brian Stansberry

Constructor Summary
StringPropertyReplacerUnitTestCase()
           
 
Method Summary
protected  void tearDown()
           
 void testBasicReplacement()
           
 void testBasicReplacementFromSystemProps()
           
 void testDefaultValue()
           
 void testDefaultValueFromSystemProps()
           
 void testMissingProperty()
           
 void testMissingPropertyFromSystemProps()
           
 void testMultipleReplacements()
           
 void testMultipleReplacementsFromSystemProps()
           
 void testNullInput()
           
 void testPartialMissing()
           
 void testPartialMissingFromSystemProps()
           
 void testSecondaryProperty()
           
 void testSecondaryPropertyAndDefault()
           
 void testSecondaryPropertyAndDefaultFromSystemProps()
           
 void testSecondaryPropertyAndMissing()
           
 void testSecondaryPropertyAndMissingFromSystemProps()
           
 void testSecondaryPropertyFromSystemProps()
           
 void testWrappedMissingProperty()
           
 void testWrappedMissingPropertyFromSystemProps()
           
 void testWrappedReplacement()
           
 void testWrappedReplacementFromSystemProps()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringPropertyReplacerUnitTestCase

public StringPropertyReplacerUnitTestCase()
Method Detail

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception

testNullInput

public void testNullInput()

testBasicReplacement

public void testBasicReplacement()

testBasicReplacementFromSystemProps

public void testBasicReplacementFromSystemProps()

testWrappedReplacement

public void testWrappedReplacement()

testWrappedReplacementFromSystemProps

public void testWrappedReplacementFromSystemProps()

testMissingProperty

public void testMissingProperty()

testMissingPropertyFromSystemProps

public void testMissingPropertyFromSystemProps()

testWrappedMissingProperty

public void testWrappedMissingProperty()

testWrappedMissingPropertyFromSystemProps

public void testWrappedMissingPropertyFromSystemProps()

testDefaultValue

public void testDefaultValue()

testDefaultValueFromSystemProps

public void testDefaultValueFromSystemProps()

testSecondaryProperty

public void testSecondaryProperty()

testSecondaryPropertyFromSystemProps

public void testSecondaryPropertyFromSystemProps()

testSecondaryPropertyAndDefault

public void testSecondaryPropertyAndDefault()

testSecondaryPropertyAndDefaultFromSystemProps

public void testSecondaryPropertyAndDefaultFromSystemProps()

testSecondaryPropertyAndMissing

public void testSecondaryPropertyAndMissing()

testSecondaryPropertyAndMissingFromSystemProps

public void testSecondaryPropertyAndMissingFromSystemProps()

testMultipleReplacements

public void testMultipleReplacements()

testMultipleReplacementsFromSystemProps

public void testMultipleReplacementsFromSystemProps()

testPartialMissing

public void testPartialMissing()

testPartialMissingFromSystemProps

public void testPartialMissingFromSystemProps()


Copyright © 2009 JBoss Inc.. All Rights Reserved.