org.melati.poem.util.test
Class StringUtilsTest

Package class diagram package StringUtilsTest
java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.melati.poem.util.test.StringUtilsTest
All Implemented Interfaces:
junit.framework.Test

public class StringUtilsTest
extends junit.framework.TestCase

A test for the org.melati.util.StringUtil class.

Author:
TimJ@paneris.org

Constructor Summary
StringUtilsTest()
           
 
Method Summary
 void testAppendEscaped()
          Test method for util.StringUtils.
 void testAppendQuoted()
          Test method for util.StringUtils.
 void testCapitalised()
          Test method for util.StringUtils.
 void testConcatenated()
          Test method for util.StringUtils.
 void testEscaped()
          Test method for util.StringUtils.
 void testHexDecodingChar()
          Test method for util.StringUtils.
 void testHexDecodingString()
          Test method for util.StringUtils.
 void testHexEncoding()
          Test hex encoding and decoding.
 void testIsQuoted()
          Test method for util.StringUtils.
 void testIsQuotedBlank()
          Test method for util.StringUtils.
 void testIsQuotedDouble()
          Test method for util.StringUtils.
 void testIsQuotedNot()
          Test method for util.StringUtils.
 void testIsQuotedNull()
          Test method for util.StringUtils.
 void testIsQuotedSingle()
          Test method for util.StringUtils.
 void testNulled()
          Test method for util.StringUtils.
 void testQuoted()
          Test method for util.StringUtils.
 void testRandomString()
          Test method for util.StringUtils.
 void testSplit()
          Test method for util.StringUtils.
 void testTrStringCharChar()
          Test method for util.StringUtils.
 void testTrStringStringString()
          Test method for util.StringUtils.
 void testUncapitalised()
          Test method for util.StringUtils.
 void testUnNulled()
          Test method for util.StringUtils.
 void testUnNulledNull()
          Test method for util.StringUtils.
 
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

StringUtilsTest

public StringUtilsTest()
Method Detail

testSplit

public void testSplit()
Test method for util.StringUtils.


testAppendEscaped

public void testAppendEscaped()
Test method for util.StringUtils.


testAppendQuoted

public void testAppendQuoted()
Test method for util.StringUtils.


testQuoted

public void testQuoted()
Test method for util.StringUtils.


testEscaped

public void testEscaped()
Test method for util.StringUtils.


testCapitalised

public void testCapitalised()
Test method for util.StringUtils.


testUncapitalised

public void testUncapitalised()
Test method for util.StringUtils.


testTrStringStringString

public void testTrStringStringString()
Test method for util.StringUtils.


testTrStringCharChar

public void testTrStringCharChar()
Test method for util.StringUtils.


testConcatenated

public void testConcatenated()
Test method for util.StringUtils.


testRandomString

public void testRandomString()
Test method for util.StringUtils.


testNulled

public void testNulled()
Test method for util.StringUtils.


testUnNulled

public void testUnNulled()
Test method for util.StringUtils.


testUnNulledNull

public void testUnNulledNull()
Test method for util.StringUtils.


testHexEncoding

public void testHexEncoding()
Test hex encoding and decoding. Test method for 'org.melati.util.StringUtils.hexEncoding(byte[])'


testHexDecodingChar

public void testHexDecodingChar()
Test method for util.StringUtils.


testHexDecodingString

public void testHexDecodingString()
Test method for util.StringUtils.


testIsQuoted

public void testIsQuoted()
Test method for util.StringUtils.


testIsQuotedNull

public void testIsQuotedNull()
Test method for util.StringUtils.


testIsQuotedBlank

public void testIsQuotedBlank()
Test method for util.StringUtils.


testIsQuotedNot

public void testIsQuotedNot()
Test method for util.StringUtils.


testIsQuotedDouble

public void testIsQuotedDouble()
Test method for util.StringUtils.


testIsQuotedSingle

public void testIsQuotedSingle()
Test method for util.StringUtils.



Copyright © 2000-2010 PanEris. All Rights Reserved.