|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.com.bytecode.opencsv.CSVWriterTest
public class CSVWriterTest
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 |
---|
public CSVWriterTest()
Method Detail |
---|
public void correctlyParseNullString()
public void testParseLine() throws IOException
IOException
- if the reader fails.public void testParseLineWithNoEscapeChar() throws IOException
IOException
- if the reader fails.public void testParseAll() throws IOException
IOException
- if the reader fails.public void testNoQuoteChars() throws IOException
IOException
- if bad things happenpublic void testNoQuoteCharsAndNoEscapeChars() throws IOException
IOException
- if bad things happenpublic void testNullValues() throws IOException
IOException
- if bad things happenpublic void testStreamFlushing() throws IOException
IOException
public void testAlternateEscapeChar()
public void testNoQuotingNoEscaping()
public void testNestedQuotes()
public void testAlternateLineFeeds()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |