|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.dbunit.dataset.csv.CsvParserTest
public class CsvParserTest
Constructor Summary | |
---|---|
CsvParserTest()
|
Method Summary | |
---|---|
protected void |
setUp()
|
void |
testAFieldCanContainANewLine()
|
void |
testAFileCanContainFieldWithNewLine()
|
void |
testCanParseNonQuotedStrings()
|
void |
testDontAcceptIncompleteFields()
|
void |
testRaiseACSVParserExceptonWhenParsingAnEmptyFile()
|
void |
testRaiseACSVParserExceptonWhenParsingFileWithDifferentNumberOfColumns()
|
void |
testSample()
|
void |
testWhitespacePreservedOnQuotedStrings()
|
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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, failNotEquals, failNotSame, failSame |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CsvParserTest()
Method Detail |
---|
public void testCanParseNonQuotedStrings() throws PipelineException, IllegalInputCharacterException
PipelineException
IllegalInputCharacterException
public void testAFieldCanContainANewLine() throws PipelineException, IllegalInputCharacterException
PipelineException
IllegalInputCharacterException
public void testDontAcceptIncompleteFields() throws PipelineException, IllegalInputCharacterException
PipelineException
IllegalInputCharacterException
public void testAFileCanContainFieldWithNewLine() throws IOException, CsvParserException
IOException
CsvParserException
public void testRaiseACSVParserExceptonWhenParsingAnEmptyFile() throws IOException
IOException
public void testRaiseACSVParserExceptonWhenParsingFileWithDifferentNumberOfColumns() throws IllegalInputCharacterException, IOException, PipelineException
IllegalInputCharacterException
IOException
PipelineException
public void testSample() throws Exception
Exception
public void testWhitespacePreservedOnQuotedStrings() throws PipelineException, IllegalInputCharacterException
PipelineException
IllegalInputCharacterException
protected void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |