|
||||||||||
| 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 |
correctlyParserNullObject()
|
void |
flushQuietlyWillNotThrowException()
|
void |
flushWillThrowIOException()
|
void |
parseLineWithBothEscapeAndQuoteChar()
|
void |
parseLineWithNoEscapeCharAndQuotes()
|
void |
testAlternateEscapeChar()
|
void |
testAlternateLineFeeds()
|
void |
testIntelligentQuotes()
Tests the ability for the writer to apply quotes only where strings contain the separator, escape, quote or new line characters. |
void |
testMultiLineResultSetWithHeaders()
|
void |
testMultiLineResultSetWithoutHeaders()
|
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 |
testParseLine()
Tests parsing individual lines. |
void |
testParseLineWithNoEscapeChar()
Tests parsing individual lines. |
void |
testResultSetTrim()
|
void |
testResultSetWithHeaders()
|
void |
testResultSetWithoutHeaders()
|
void |
testStreamFlushing()
|
void |
testWriteAll()
Test writing to a list. |
void |
testWriteAllObjects()
Test writing from a list. |
| 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 correctlyParserNullObject()
public void testParseLine()
throws IOException
IOException - if the reader fails.
public void parseLineWithBothEscapeAndQuoteChar()
throws IOException
IOException
public void testParseLineWithNoEscapeChar()
throws IOException
IOException - if the reader fails.
public void parseLineWithNoEscapeCharAndQuotes()
throws IOException
IOException
public void testWriteAll()
throws IOException
IOException - if the reader fails.
public void testWriteAllObjects()
throws IOException
IOException - if the reader fails.
public void testNoQuoteChars()
throws IOException
IOException - if bad things happen
public void testNoQuoteCharsAndNoEscapeChars()
throws IOException
IOException - if bad things happenpublic void testIntelligentQuotes()
public void testNullValues()
throws IOException
IOException - if bad things happen
public void testStreamFlushing()
throws IOException
IOException
public void flushWillThrowIOException()
throws IOException
IOExceptionpublic void flushQuietlyWillNotThrowException()
public void testAlternateEscapeChar()
public void testNoQuotingNoEscaping()
public void testNestedQuotes()
public void testAlternateLineFeeds()
public void testResultSetWithHeaders()
throws SQLException,
IOException
SQLException
IOException
public void testMultiLineResultSetWithHeaders()
throws SQLException,
IOException
SQLException
IOException
public void testResultSetWithoutHeaders()
throws SQLException,
IOException
SQLException
IOException
public void testMultiLineResultSetWithoutHeaders()
throws SQLException,
IOException
SQLException
IOException
public void testResultSetTrim()
throws SQLException,
IOException
SQLException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||