org.hackystat.sensor.xmldata.util
Class TestStringListCodec

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.hackystat.sensor.xmldata.util.TestStringListCodec
All Implemented Interfaces:
junit.framework.Test

public class TestStringListCodec
extends junit.framework.TestCase

Tests the StringListCodec implementation.

Version:
$Id: TestStringListCodec.java,v 1.1.1.1 2005/10/20 23:56:44 johnson Exp $
Author:
Philip Johnson

Constructor Summary
TestStringListCodec()
           
 
Method Summary
 void testLineBreak()
          Tests whether line breaks are coverted or not.
 void testStringListCodec()
          Tests the stringlistcodec method.
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestStringListCodec

public TestStringListCodec()
Method Detail

testStringListCodec

public void testStringListCodec()
                         throws java.lang.Exception
Tests the stringlistcodec method.

Throws:
java.lang.Exception - if an error occurs

testLineBreak

public void testLineBreak()
                   throws java.lang.Exception
Tests whether line breaks are coverted or not.

Throws:
java.lang.Exception - If test fails.