Summary

Tests Errors Failures Skipped Success Rate Time
80 0 0 0 100% 0.204

Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Package List

Package Tests Errors Failures Skipped Success Rate Time
org.apache.commons.csv.writer 14 0 0 0 100% 0.047
org.apache.commons.csv 66 0 0 0 100% 0.157

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

org.apache.commons.csv.writer

Class Tests Errors Failures Skipped Success Rate Time
CSVConfigGuesserTest 3 0 0 0 100% 0.016
CSVConfigTest 7 0 0 0 100% 0.016
CSVFieldTest 2 0 0 0 100% 0
CSVWriterTest 2 0 0 0 100% 0.015

org.apache.commons.csv

Class Tests Errors Failures Skipped Success Rate Time
CharBufferTest 13 0 0 0 100% 0.016
CSVParserTest 21 0 0 0 100% 0.063
CSVPrinterTest 5 0 0 0 100% 0
CSVStrategyTest 5 0 0 0 100% 0.015
CSVUtilsTest 14 0 0 0 100% 0.016
ExtendedBufferedReaderTest 8 0 0 0 100% 0.047

Test Cases

CharBufferTest

testCreate 0
testAppendChar 0
testAppendCharArray 0
testAppendString 0
testAppendStringBuffer 0
testAppendCharBuffer 0
testShrink 0
testSimpleAppend 0
testAppendString2 0
testAppendNull 0
testAppendCharArrayBuffer 0
testAppendSingleChar 0
testProvideCapacity 0

CSVParserTest

testNextToken1 0.016
testNextToken2 0
testNextToken3 0
testNextToken4 0
testNextToken5 0
testNextToken6 0
testGetLine 0
testNextValue 0
testGetAllValues 0
testExcelStrategy1 0.015
testExcelStrategy2 0
testEndOfFileBehaviourExcel 0
testEndOfFileBehaviorCSV 0
testEmptyLineBehaviourExcel 0
testEmptyLineBehaviourCSV 0
testBackslashEscaping 0.016
testUnicodeEscape 0
testCarriageReturnLineFeedEndings 0
testIgnoreEmptyLines 0
testLineTokenConsistency 0
testDelimiterIsWhitespace 0

CSVPrinterTest

testPrinter1 0
testPrinter2 0
testPrinter3 0
testExcelPrinter1 0
testExcelPrinter2 0

CSVStrategyTest

testGetSetCommentStart 0.015
testGetSetEncapsulator 0
testGetSetDelimiter 0
testSetCSVStrategy 0
testSetExcelStrategy 0

CSVUtilsTest

testParse1 0.016
testParse2 0
testParse3 0
testParse4 0
testParse5 0
testParse6 0
testParse7 0
testParseLine1 0
testParseLine2 0
testParseLine3 0
testParseLine4 0
testParseLine5 0
testParseLine6 0
testParseLine7 0

ExtendedBufferedReaderTest

testConstructors 0.031
testReadLookahead1 0
testReadLookahead2 0
testMarkSupported 0
testReadLine 0
testSkip0 0
testSkipUntil 0
testReadUntil 0

CSVConfigGuesserTest

testSetters 0.016
testConfigGuess1 0
testConfigGuess2 0

CSVConfigTest

testFixedWith 0
testFields 0
testFill 0
testDelimiter 0
testValueDelimiter 0
testFieldHeader 0
testTrimEnd 0

CSVFieldTest

testFill 0
testCSVField 0

CSVWriterTest

testCSVConfig 0
testWriter 0