org.apache.commons.betwixt.strategy
Class TestHyphenatedNameMapper

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.betwixt.strategy.TestHyphenatedNameMapper
All Implemented Interfaces:
junit.framework.Test

public class TestHyphenatedNameMapper
extends junit.framework.TestCase

Test harness for the HyphenatedNameMapper

Version:
$Revision: 438373 $
Author:
Jason van Zyl, James Strachan, Martin van den Bemt

Constructor Summary
TestHyphenatedNameMapper(java.lang.String testName)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testBeanWithAdd()
           
 void testLowerCase()
           
 void testLowerCaseViaBeanDescriptor()
           
 void testUpperCase()
           
 void testUpperCaseLongViaProperties()
          A more "complicated" exmple
 void testUpperCaseViaProperties()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestHyphenatedNameMapper

public TestHyphenatedNameMapper(java.lang.String testName)
Method Detail

suite

public static junit.framework.Test suite()

testLowerCase

public void testLowerCase()

testLowerCaseViaBeanDescriptor

public void testLowerCaseViaBeanDescriptor()

testUpperCase

public void testUpperCase()

testUpperCaseViaProperties

public void testUpperCaseViaProperties()

testUpperCaseLongViaProperties

public void testUpperCaseLongViaProperties()
A more "complicated" exmple


testBeanWithAdd

public void testBeanWithAdd()
                     throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.