flattree.tree
Class DelimitedLeafTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by flattree.tree.DelimitedLeafTest
All Implemented Interfaces:
junit.framework.Test

public class DelimitedLeafTest
extends junit.framework.TestCase

Test for DelimitedLeaf.


Constructor Summary
DelimitedLeafTest()
           
 
Method Summary
 void testRead()
           
 void testReadDelimiterRequired()
           
 void testReadEnd()
           
 void testWrite()
           
 void testWriteDelimiterContained()
           
 
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

DelimitedLeafTest

public DelimitedLeafTest()
Method Detail

testWrite

public void testWrite()
               throws Exception
Throws:
Exception

testWriteDelimiterContained

public void testWriteDelimiterContained()
                                 throws Exception
Throws:
Exception

testRead

public void testRead()
              throws Exception
Throws:
Exception

testReadEnd

public void testReadEnd()
                 throws Exception
Throws:
Exception

testReadDelimiterRequired

public void testReadDelimiterRequired()
                               throws Exception
Throws:
Exception


Copyright © 2011. All Rights Reserved.