au.com.bytecode.opencsv
Class CSVWriterTest

java.lang.Object
  extended by au.com.bytecode.opencsv.CSVWriterTest

public class CSVWriterTest
extends Object


Constructor Summary
CSVWriterTest()
           
 
Method Summary
 void correctlyParseNullString()
           
 void testAlternateEscapeChar()
           
 void testAlternateLineFeeds()
           
 void testNestedQuotes()
           
 void testNoQuoteChars()
          Tests the option of having omitting quotes in the output stream.
 void testNoQuoteCharsAndNoEscapeChars()
          Tests the option of having omitting quotes in the output stream.
 void testNoQuotingNoEscaping()
           
 void testNullValues()
          Test null values.
 void testParseAll()
          Test parsing from to a list.
 void testParseLine()
          Tests parsing individual lines.
 void testParseLineWithNoEscapeChar()
          Tests parsing individual lines.
 void testStreamFlushing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVWriterTest

public CSVWriterTest()
Method Detail

correctlyParseNullString

public void correctlyParseNullString()

testParseLine

public void testParseLine()
                   throws IOException
Tests parsing individual lines.

Throws:
IOException - if the reader fails.

testParseLineWithNoEscapeChar

public void testParseLineWithNoEscapeChar()
                                   throws IOException
Tests parsing individual lines.

Throws:
IOException - if the reader fails.

testParseAll

public void testParseAll()
                  throws IOException
Test parsing from to a list.

Throws:
IOException - if the reader fails.

testNoQuoteChars

public void testNoQuoteChars()
                      throws IOException
Tests the option of having omitting quotes in the output stream.

Throws:
IOException - if bad things happen

testNoQuoteCharsAndNoEscapeChars

public void testNoQuoteCharsAndNoEscapeChars()
                                      throws IOException
Tests the option of having omitting quotes in the output stream.

Throws:
IOException - if bad things happen

testNullValues

public void testNullValues()
                    throws IOException
Test null values.

Throws:
IOException - if bad things happen

testStreamFlushing

public void testStreamFlushing()
                        throws IOException
Throws:
IOException

testAlternateEscapeChar

public void testAlternateEscapeChar()

testNoQuotingNoEscaping

public void testNoQuotingNoEscaping()

testNestedQuotes

public void testNestedQuotes()

testAlternateLineFeeds

public void testAlternateLineFeeds()


Copyright © 2012. All Rights Reserved.