flattree.tree
Class QuotedDelimitedLeafTest

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

public class QuotedDelimitedLeafTest
extends junit.framework.TestCase

Test for QuotedDelimitedLeaf.


Constructor Summary
QuotedDelimitedLeafTest()
           
 
Method Summary
 void testRead()
           
 void testReadEOL()
           
 void testReadQuoted()
           
 void testReadQuotedEnd()
           
 void testReadQuotedNoDelimiterAfterEndQuote()
           
 void testReadQuotedNoEndQuote()
           
 void testReadQuotedNoStartQuote()
           
 void testReadQuotedQuote()
           
 void testReadQuotedRequired()
           
 void testReadQuotedRequiredEnd()
           
 void testReadQuotedRequiredNoStartQuote()
           
 void testWrite()
           
 void testWriteDelimiter()
           
 void testWriteQuote()
           
 
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

QuotedDelimitedLeafTest

public QuotedDelimitedLeafTest()
Method Detail

testWrite

public void testWrite()
               throws Exception
Throws:
Exception

testWriteDelimiter

public void testWriteDelimiter()
                        throws Exception
Throws:
Exception

testWriteQuote

public void testWriteQuote()
                    throws Exception
Throws:
Exception

testRead

public void testRead()
              throws Exception
Throws:
Exception

testReadEOL

public void testReadEOL()
                 throws Exception
Throws:
Exception

testReadQuoted

public void testReadQuoted()
                    throws Exception
Throws:
Exception

testReadQuotedRequired

public void testReadQuotedRequired()
                            throws Exception
Throws:
Exception

testReadQuotedRequiredNoStartQuote

public void testReadQuotedRequiredNoStartQuote()
                                        throws Exception
Throws:
Exception

testReadQuotedRequiredEnd

public void testReadQuotedRequiredEnd()
                               throws Exception
Throws:
Exception

testReadQuotedEnd

public void testReadQuotedEnd()
                       throws Exception
Throws:
Exception

testReadQuotedQuote

public void testReadQuotedQuote()
                         throws Exception
Throws:
Exception

testReadQuotedNoStartQuote

public void testReadQuotedNoStartQuote()
                                throws Exception
Throws:
Exception

testReadQuotedNoDelimiterAfterEndQuote

public void testReadQuotedNoDelimiterAfterEndQuote()
                                            throws Exception
Throws:
Exception

testReadQuotedNoEndQuote

public void testReadQuotedNoEndQuote()
                              throws Exception
Throws:
Exception


Copyright © 2011. All Rights Reserved.