edu.sdsc.inca.protocol
Class StatementTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byedu.sdsc.inca.protocol.StatementTest
All Implemented Interfaces:
junit.framework.Test

public class StatementTest
extends junit.framework.TestCase

Unit tests for Statment class.

Author:
cmills * Date: Feb 8, 2005 * Time: 2:14:44 PM * Description: Unit tests for statement class. * The only real special case to hit here is when a char[] comes in and has CRLF at the end.

Constructor Summary
StatementTest()
           
 
Method Summary
 void testConstruct()
          Test the constructor.
 void testConstructGetSet()
          test get and set after testing constructor.
 
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

StatementTest

public StatementTest()
Method Detail

testConstructGetSet

public void testConstructGetSet()
test get and set after testing constructor.


testConstruct

public void testConstruct()
Test the constructor.