Class CamelbackerTest
- java.lang.Object
-
- org.apache.torque.generator.processor.string.CamelbackerTest
-
public class CamelbackerTest extends Object
-
-
Constructor Summary
Constructors Constructor Description CamelbackerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testDefault()
void
testDefaultLowerCaseFalse()
void
testFirstCharacterUppercaseFalse()
void
testIgnoreBeforeAfter()
void
testRemoveWithUppercaseNull()
-
-
-
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()
-
-