|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.melati.poem.util.test.StringUtilsTest
public class StringUtilsTest
A test for the org.melati.util.StringUtil class.
| Constructor Summary | |
|---|---|
StringUtilsTest()
|
|
| Method Summary | |
|---|---|
void |
testAppendEscaped()
Test method for org.melati.util.StringUtils#appendEscaped(StringBuffer, String, char). |
void |
testAppendQuoted()
Test method for org.melati.util.StringUtils#appendQuoted(StringBuffer, String, char). |
void |
testCapitalised()
Test method for org.melati.util.StringUtils#capitalised(String). |
void |
testConcatenated()
Test method for org.melati.util.StringUtils#concatenated(String, String[]). |
void |
testEscaped()
Test method for org.melati.util.StringUtils#escaped(String, char). |
void |
testHexDecodingChar()
Test method for org.melati.util.StringUtils#hexDecoding(char). |
void |
testHexDecodingString()
Test method for org.melati.util.StringUtils#hexDecoding(String). |
void |
testHexEncoding()
Test hex encoding and decoding. |
void |
testIsQuoted()
Test method for org.melati.util.StringUtils#isQuoted(String). |
void |
testIsQuotedBlank()
Test method for org.melati.util.StringUtils#isQuoted(String). |
void |
testIsQuotedDouble()
Test method for org.melati.util.StringUtils#isQuoted(String). |
void |
testIsQuotedNot()
Test method for org.melati.util.StringUtils#isQuoted(String). |
void |
testIsQuotedNull()
Test method for org.melati.util.StringUtils#isQuoted(String). |
void |
testIsQuotedSingle()
Test method for org.melati.util.StringUtils#isQuoted(String). |
void |
testNulled()
Test method for org.melati.util.StringUtils#nulled(String). |
void |
testQuoted()
Test method for org.melati.util.StringUtils#quoted(String, char). |
void |
testRandomString()
Test method for org.melati.util.StringUtils#randomString(int). |
void |
testSplit()
Test method for org.melati.util.StringUtils#split(String, char). |
void |
testTrStringCharChar()
Test method for org.melati.util.StringUtils#tr(String, char, char). |
void |
testTrStringStringString()
Test method for org.melati.util.StringUtils#tr(String, String, String). |
void |
testUncapitalised()
Test method for org.melati.util.StringUtils#uncapitalised(String). |
void |
testUnNulled()
Test method for org.melati.util.StringUtils#unNulled(String). |
void |
testUnNulledNull()
Test method for org.melati.util.StringUtils#unNulled(String). |
| 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 |
|---|
public StringUtilsTest()
| Method Detail |
|---|
public void testSplit()
org.melati.util.StringUtils#split(String, char).
public void testAppendEscaped()
org.melati.util.StringUtils#appendEscaped(StringBuffer, String, char).
public void testAppendQuoted()
org.melati.util.StringUtils#appendQuoted(StringBuffer, String, char).
public void testQuoted()
org.melati.util.StringUtils#quoted(String, char).
public void testEscaped()
org.melati.util.StringUtils#escaped(String, char).
public void testCapitalised()
org.melati.util.StringUtils#capitalised(String).
public void testUncapitalised()
org.melati.util.StringUtils#uncapitalised(String).
public void testTrStringStringString()
org.melati.util.StringUtils#tr(String, String, String).
public void testTrStringCharChar()
org.melati.util.StringUtils#tr(String, char, char).
public void testConcatenated()
org.melati.util.StringUtils#concatenated(String, String[]).
public void testRandomString()
org.melati.util.StringUtils#randomString(int).
public void testNulled()
org.melati.util.StringUtils#nulled(String).
public void testUnNulled()
org.melati.util.StringUtils#unNulled(String).
public void testUnNulledNull()
org.melati.util.StringUtils#unNulled(String).
public void testHexEncoding()
public void testHexDecodingChar()
org.melati.util.StringUtils#hexDecoding(char).
public void testHexDecodingString()
org.melati.util.StringUtils#hexDecoding(String).
public void testIsQuoted()
org.melati.util.StringUtils#isQuoted(String).
public void testIsQuotedNull()
org.melati.util.StringUtils#isQuoted(String).
public void testIsQuotedBlank()
org.melati.util.StringUtils#isQuoted(String).
public void testIsQuotedNot()
org.melati.util.StringUtils#isQuoted(String).
public void testIsQuotedDouble()
org.melati.util.StringUtils#isQuoted(String).
public void testIsQuotedSingle()
org.melati.util.StringUtils#isQuoted(String).
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||