org.apache.torque.generator.processor.string
Class CamelbackerTest

java.lang.Object
  extended by org.apache.torque.generator.processor.string.CamelbackerTest

public class CamelbackerTest
extends Object


Constructor Summary
CamelbackerTest()
           
 
Method Summary
 void setUp()
           
 void testDefault()
           
 void testDefaultLowerCaseFalse()
           
 void testFirstCharacterUppercaseFalse()
           
 void testIgnoreBeforeAfter()
           
 void testRemoveWithUppercaseNull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CamelbackerTest

public CamelbackerTest()
Method Detail

setUp

public void setUp()

testDefault

public void testDefault()

testRemoveWithUppercaseNull

public void testRemoveWithUppercaseNull()

testFirstCharacterUppercaseFalse

public void testFirstCharacterUppercaseFalse()

testDefaultLowerCaseFalse

public void testDefaultLowerCaseFalse()

testIgnoreBeforeAfter

public void testIgnoreBeforeAfter()


Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.