public class StringRefactoringUtilTest
extends java.lang.Object
Constructor and Description |
---|
StringRefactoringUtilTest() |
Modifier and Type | Method and Description |
---|---|
void |
testPlural() |
void |
testSingular() |
void |
toLowerCamelCaseTest() |
void |
toShortDoesNotRemoveContextWhenNotFound() |
void |
toShortHandlesLinkingWords() |
void |
toShortRemovesContextWhenSpecified() |
void |
toShortReturnsEmptyWhenSourceIsEmpty() |
void |
toShortReturnsNullWhenSourceIsNull() |
void |
toUpperCamelCaseTest() |
public void toUpperCamelCaseTest()
public void toLowerCamelCaseTest()
public void testSingular()
public void testPlural()
public void toShortReturnsNullWhenSourceIsNull()
public void toShortReturnsEmptyWhenSourceIsEmpty()
public void toShortRemovesContextWhenSpecified()
public void toShortDoesNotRemoveContextWhenNotFound()
public void toShortHandlesLinkingWords()