flattree.tree
Class EscapedDelimitedLeafTest

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

public class EscapedDelimitedLeafTest
extends junit.framework.TestCase

Test for EscapedDelimitedLeaf.


Constructor Summary
EscapedDelimitedLeafTest()
           
 
Method Summary
 void testRead()
           
 void testReadEndIncompleteEscape()
           
 void testReadEOL()
           
 void testReadEscapedDelimiter()
           
 void testReadIncompleteEscape()
           
 void testWrite()
           
 void testWriteDelimiterContained()
           
 void testWriteEscapeContained()
           
 
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

EscapedDelimitedLeafTest

public EscapedDelimitedLeafTest()
Method Detail

testWrite

public void testWrite()
               throws Exception
Throws:
Exception

testWriteDelimiterContained

public void testWriteDelimiterContained()
                                 throws Exception
Throws:
Exception

testWriteEscapeContained

public void testWriteEscapeContained()
                              throws Exception
Throws:
Exception

testRead

public void testRead()
              throws Exception
Throws:
Exception

testReadEscapedDelimiter

public void testReadEscapedDelimiter()
                              throws Exception
Throws:
Exception

testReadEOL

public void testReadEOL()
                 throws Exception
Throws:
Exception

testReadIncompleteEscape

public void testReadIncompleteEscape()
                              throws Exception
Throws:
Exception

testReadEndIncompleteEscape

public void testReadEndIncompleteEscape()
                                 throws Exception
Throws:
Exception


Copyright © 2011. All Rights Reserved.