Fork me on GitHub

Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
516 0 0 13 97.481% 0.137

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


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
org.supercsv.io 134 0 0 0 100% 0.047
org.supercsv.quote 6 0 0 0 100% 0.001
org.supercsv.cellprocessor 122 0 0 0 100% 0.039
org.supercsv.comment 7 0 0 0 100% 0.001
org.supercsv.encoder 6 0 0 0 100% 0
org.supercsv.exception 11 0 0 0 100% 0
org.supercsv.util 82 0 0 0 100% 0.013
org.supercsv.cellprocessor.constraint 94 0 0 0 100% 0.02
org.supercsv.features 44 0 0 13 70.455% 0.015
org.supercsv.prefs 10 0 0 0 100% 0.001

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

org.supercsv.io

Class Tests Errors Failures Skipped Success Rate Time
AbstractCsvReaderTest 9 0 0 0 100% 0.003
AbstractCsvWriterTest 10 0 0 0 100% 0.002
CsvBeanReaderTest 27 0 0 0 100% 0.017
CsvBeanWriterTest 11 0 0 0 100% 0.003
CsvListReaderTest 10 0 0 0 100% 0.004
CsvListWriterTest 11 0 0 0 100% 0.002
CsvMapReaderTest 12 0 0 0 100% 0.005
CsvMapWriterTest 9 0 0 0 100% 0.002
CsvResultSetWriterTest 8 0 0 0 100% 0.005
TokenizerTest 27 0 0 0 100% 0.004

org.supercsv.quote

Class Tests Errors Failures Skipped Success Rate Time
AlwaysQuoteModeTest 1 0 0 0 100% 0
ColumnQuoteModeTest 4 0 0 0 100% 0.001
NormalQuoteModeTest 1 0 0 0 100% 0

org.supercsv.cellprocessor

Class Tests Errors Failures Skipped Success Rate Time
CellProcessorAdaptorTest 4 0 0 0 100% 0.002
CollectorTest 5 0 0 0 100% 0.009
ConvertNullToTest 2 0 0 0 100% 0
FmtBoolTest 4 0 0 0 100% 0
FmtDateTest 5 0 0 0 100% 0
FmtNumberTest 8 0 0 0 100% 0.004
HashMapperTest 8 0 0 0 100% 0.004
OptionalTest 4 0 0 0 100% 0
ParseBigDecimalTest 8 0 0 0 100% 0.005
ParseBoolTest 13 0 0 0 100% 0.002
ParseCharTest 5 0 0 0 100% 0.002
ParseDateTest 11 0 0 0 100% 0.005
ParseDoubleTest 5 0 0 0 100% 0
ParseEnumTest 10 0 0 0 100% 0.002
ParseIntTest 5 0 0 0 100% 0.001
ParseLongTest 5 0 0 0 100% 0.001
StrReplaceTest 7 0 0 0 100% 0.001
TokenTest 3 0 0 0 100% 0
TrimTest 4 0 0 0 100% 0.001
TruncateTest 6 0 0 0 100% 0

org.supercsv.comment

Class Tests Errors Failures Skipped Success Rate Time
CommentMatchesTest 4 0 0 0 100% 0
CommentStartsWithTest 3 0 0 0 100% 0.001

org.supercsv.encoder

Class Tests Errors Failures Skipped Success Rate Time
DefaultCsvEncoderTest 1 0 0 0 100% 0
SelectiveCsvEncoderTest 5 0 0 0 100% 0

org.supercsv.exception

Class Tests Errors Failures Skipped Success Rate Time
SuperCsvCellProcessorExceptionTest 4 0 0 0 100% 0
SuperCsvConstraintViolationExceptionTest 2 0 0 0 100% 0
SuperCsvExceptionTest 3 0 0 0 100% 0
SuperCsvReflectionExceptionTest 2 0 0 0 100% 0

org.supercsv.util

Class Tests Errors Failures Skipped Success Rate Time
BeanInterfaceProxyTest 8 0 0 0 100% 0.003
CsvContextTest 5 0 0 0 100% 0.002
MethodCacheTest 7 0 0 0 100% 0.002
ReflectionUtilsTest 24 0 0 0 100% 0.004
ThreeDHashMapTest 10 0 0 0 100% 0.001
TwoDHashMapTest 6 0 0 0 100% 0.001
UtilTest 22 0 0 0 100% 0

org.supercsv.cellprocessor.constraint

Class Tests Errors Failures Skipped Success Rate Time
DMinMaxTest 8 0 0 0 100% 0.004
EqualsTest 5 0 0 0 100% 0.001
ForbidSubStrTest 9 0 0 0 100% 0.002
IsElementOfTest 4 0 0 0 100% 0.001
IsIncludedInTest 7 0 0 0 100% 0
LMinMaxTest 10 0 0 0 100% 0.002
NotNullTest 3 0 0 0 100% 0.001
RequireHashCodeTest 5 0 0 0 100% 0.001
RequireSubStrTest 8 0 0 0 100% 0
StrlenTest 6 0 0 0 100% 0.001
StrMinMaxTest 9 0 0 0 100% 0.001
StrNotNullOrEmptyTest 4 0 0 0 100% 0.001
StrRegExTest 7 0 0 0 100% 0.002
UniqueHashCodeTest 5 0 0 0 100% 0
UniqueTest 4 0 0 0 100% 0.003

org.supercsv.features

Class Tests Errors Failures Skipped Success Rate Time
ReadingFeaturesTest 25 0 0 7 72% 0.012
WritingFeaturesTest 19 0 0 6 68.421% 0.003

org.supercsv.prefs

Class Tests Errors Failures Skipped Success Rate Time
CsvPreferenceTest 10 0 0 0 100% 0.001

Test Cases

[Summary] [Package List] [Test Cases]

CellProcessorAdaptorTest

testToString 0.001
testValidUnchained 0.001
testChainedWithNull 0
testValidChained 0

CollectorTest

testListCollector 0.009
testSetCollector 0
testChainedCollector 0
testChainedConstructorWithNullCollection 0
testConstructorWithNullCollection 0

DMinMaxTest

testAboveMax 0.003
testBelowMin 0
testWithMaxLessThanMin 0
testWithNonNumber 0
testWithNull 0
testChainedAfterStringCellProcessor 0.001
testValidDouble 0
testValidString 0

EqualsTest

testNotEqual 0.001
testNullConstantWithNonNull 0
testValidInput 0
testNullConstantWithNull 0
testNotEqualWithConstant 0

ForbidSubStrTest

testForbidden 0.001
testConstructionWithNullSubstring 0
testForbidden2 0
testValidInput 0
testWithNull 0
testConstructionWithNullArray 0
testConstructionWithNullList 0
testConstructionWithEmptyArray 0
testConstructionWithEmptyList 0.001

IsElementOfTest

testIsElementOf 0.001
testChainedConstructorWithNullCollection 0
testConstructorWithNullCollection 0
testChainedIsElementOf 0

IsIncludedInTest

testValidInput 0
testWithInvalidInput 0
testWithNull 0
testConstructionWithEmptySet 0
testConstructionWithNullArray 0
testConstructionWithEmptyArray 0
testConstructionWithNullSet 0

LMinMaxTest

testMinBoundary 0.001
testGreaterThanMax 0
testMaxBoundary 0
testWithInvalidMaxMin 0
testValidLong 0.001
testWithNull 0
testChainedAfterStringCellProcessor 0
testValidLongString 0
testWithNonLongString 0
testLessThanMin 0

NotNullTest

testValidInput 0.001
testWithNull 0
testEmptyString 0

RequireHashCodeTest

testValidInput 0
testWithNull 0.001
testConstructionWithNullArray 0
testInvalidInput 0
testConstructionWithEmptyArray 0

RequireSubStrTest

testConstructionWithNullSubstring 0
testValidInput 0
testWithNull 0
testConstructionWithNullArray 0
testConstructionWithNullList 0
testInvalidInput 0
testConstructionWithEmptyArray 0
testConstructionWithEmptyList 0

StrlenTest

testValidInput 0
testWithNull 0
testConstructionWithNullArray 0
testNegativeLength 0.001
testInvalidInput 0
testConstructionWithEmptyArray 0

StrMinMaxTest

testMinBoundary 0
testGreaterThanMax 0.001
testValidInput 0
testMaxBoundary 0
testWithInvalidMaxMin 0
testWithNull 0
testValidIntegerString 0
testWithNegativeMin 0
testLessThanMin 0

StrNotNullOrEmptyTest

testNonStringInput 0
testValidInput 0.001
testWithNull 0
testEmptyString 0

StrRegExTest

testInvalidInputWithNoMessage 0.001
testWithEmptyRegex 0
testValidInput 0
testWithInvalidRegex 0.001
testWithNullRegex 0
testWithNull 0
testInvalidInput 0

UniqueHashCodeTest

testValidStringInput 0
testWithNull 0
testValidObjectInput 0
testInvalidStringInput 0
testInvalidObjectInput 0

UniqueTest

testInvalidIntegerInput 0
testValidIntegerInput 0.003
testValidStringInput 0
testInvalidStringInput 0

ConvertNullToTest

testWithNullValue 0
testWithNonNullValue 0

FmtBoolTest

testWithNull 0
testWithTrue 0
testWithNonBoolean 0
testWithFalse 0

FmtDateTest

testWithNonDate 0
testWithNull 0
testWithNullDateFormat 0
testWithInvalidDateFormat 0
testWithValidDate 0

FmtNumberTest

testWithNonNumber 0.001
testWithNull 0
testWithInvalidNumberFormat 0
testRoundDown 0.002
testWithNullNumberFormatString 0
testRoundUp 0
testFormat 0.001
testWithNullNumberFormat 0

HashMapperTest

testChainedToLongCellProcessor 0.002
testChainedConstructionWithEmptyMap 0.001
testValidKey 0
testWithNull 0
testConstructionWithEmptyMap 0
testChainedConstructionWithNullMap 0.001
testInvalidKey 0
testConstructionWithNullMap 0

OptionalTest

testSpace 0
testNormalInput 0
testWithNull 0
testEmptyString 0

ParseBigDecimalTest

testWithNonString 0.003
testValidInput 0
testWithNullSymbols 0
testWithNull 0
testValidNegativeInput 0.001
testWithEmptyString 0
testValidInputWithGroupingSeparator 0
testValidNegativeInputWithGroupingSeparator 0.001

ParseBoolTest

testConstructionWithNullFalseArray 0.001
testConstructionWithEmptyFalseArray 0
testWithNonString 0
testConstructionWithNullTrueArray 0
testValidInput 0.001
testWithNonBooleanString 0
testConstructionWithEmptyTrueArray 0
testMatchCaseProcessorsWithInvalidInput 0
testWithNull 0
testConstructionWithNullFalseString 0
testMatchCaseProcessorsWithValidInput 0
testWithEmptyString 0
testConstructionWithNullTrueString 0

ParseCharTest

testStringWithSingleChar 0.001
testValidChar 0
testWithNull 0
testWithMultiCharString 0.001
testWithNonCharInput 0

ParseDateTest

testInvalidDateWithLenient 0
testLocaleConstructorWithNullDateFormat 0.001
testInvalidDateWithNonLenient 0.001
testValidDate 0
testConstructorWithNullDateFormat 0
testWithNull 0
testDifferentLocale 0.002
testBadlyFormattedDate 0
testValidDateDifferentFormat 0.001
testWithNonCharInput 0
testLocaleConstructorWithNullLocale 0

ParseDoubleTest

testValidDoubleStrings 0
testWithNull 0
testWithNonDoubleInput 0
testWithInvalidFormatString 0
testValidDoubles 0

ParseEnumTest

testNormalEnum 0
testDifferentCaseFailsWhenIgnoreCaseFalse 0.001
testDifferentCaseParsesWhenIgnoreCaseTrue 0
testWithNull 0
testLowerCaseEnum 0
testThirdConstructorsWithNullEnumClass 0
testFirstConstructorsWithNullEnumClass 0
testSecondConstructorsWithNullEnumClass 0
testMixedCaseEnum 0
testFourthConstructorsWithNullEnumClass 0.001

ParseIntTest

testWithNonIntInput 0
testValidInts 0
testWithNull 0
testValidIntStrings 0.001
testWithInvalidFormatString 0

ParseLongTest

testWithNonIntInput 0
testValidLongs 0
testWithNull 0.001
testWithInvalidFormatString 0
testValidLongStrings 0

StrReplaceTest

testNonStringInput 0
testWithEmptyRegex 0
testValidInput 0
testWithInvalidRegex 0.001
testWithNullRegex 0
testWithNull 0
testWithNullReplacement 0

TokenTest

testTokenNotFound 0
testValidInput 0
testWithNull 0

TrimTest

testInputNoWhitespace 0
testInputSurroundingWhitespace 0
testWithNull 0
testInputSurroundingSpace 0.001

TruncateTest

testWithInvalidMax 0
testInputSameAsMax 0
testWithInvalidMaxChained 0
testWithNull 0
testConstructionWithNullSuffix 0
testInputLongerThanMax 0

CommentMatchesTest

testMatches 0
testMatchesConstructorWithInvalidRegex 0
testMatchesConstructorWithEmptyString 0
testMatchesConstructorWithNull 0

CommentStartsWithTest

testStartsWithConstructorWithNull 0
testStartsWith 0
testStartsWithConstructorWithEmptyString 0.001

DefaultCsvEncoderTest

testEncode 0

SelectiveCsvEncoderTest

testEncodeWithIntArray 0
testIntArrayConstructorWithNull 0
testBoolArrayConstructorWithNull 0
testEncodeWithBoolArray 0
testEncodeWithNoColumnNumbers 0

SuperCsvCellProcessorExceptionTest

testCsvContext 0
testConstuctor1 0
testConstuctor2 0
testConstuctor3 0

SuperCsvConstraintViolationExceptionTest

testConstuctor1 0
testConstuctor2 0

SuperCsvExceptionTest

testConstuctor1 0
testConstuctor2 0
testConstuctor3 0

SuperCsvReflectionExceptionTest

testConstructor1 0
testConstructor2 0

ReadingFeaturesTest

testConvertsToBasicObjects 0.005
testCustomEOL 0.001
testSplitCellToMultipleProperties 0
skipped
testGetByColumnIndex 0
testGetByColumnName 0.001
testConverterSupport 0
testDateSupport 0.001
testEscapedQuoteInQuotedField 0
testReturnsTypedBean 0.003
testReadSingleLineStreaming 0
testConvertsToPrimitives 0
testSkipCommentLines 0
testDealWithLeadingTrailingWhitespace 0
testColumnIndexBasedMapping 0
skipped
testCustomSeparator 0
testNewLineInDelimitedField 0
testSupportsAnnotations 0
skipped
testDeepConversion 0
testDifferentEscapeAndQuote 0
skipped
testCustomEscape 0
skipped
testIgnoreEmptyLines 0.001
testReadAllLines 0
skipped
testJoinMultipleCellsIntoOneProperty 0
skipped
testColumnNameBasedMapping 0
testCustomQuote 0

WritingFeaturesTest

testConvertsToBasicObjects 0.001
testCustomEOL 0.001
testSplitCellToMultipleProperties 0
skipped
testWriteToWriter 0
testConverterSupport 0
testDateSupport 0.001
testEscapedQuoteInQuotedField 0
testConvertsToPrimitives 0
testDealWithLeadingTrailingWhitespace 0
testColumnIndexBasedMapping 0
skipped
testCustomSeparator 0
testNewLineInDelimitedField 0
testSupportsAnnotations 0
skipped
testDeepConversion 0
testDifferentEscapeAndQuote 0
skipped
testCustomEscape 0
skipped
testJoinMultipleCellsIntoOneProperty 0
skipped
testColumnNameBasedMapping 0
testCustomQuote 0

AbstractCsvReaderTest

testReadingWithTokenizerReader 0.002
testIllegalGetHeader 0
testTokenizerConstructorWithNullReader 0.001
testGetHeaderNoCheck 0
testReaderConstructorWithNullReader 0
testReaderConstructorWithNullPreferences 0
testTokenizerConstructorWithNullPreferences 0
testReadingWithNormalReader 0
testReadingWithSurroundingSpacesNeedQuotesReader 0

AbstractCsvWriterTest

testWriteHeaderWithCarriageReturn 0
writeHeaderWithNull 0.001
writeHeaderWithEmptyArray 0
testWriteComment 0
testWriteHeader 0.001
testConstructorWithNullWriter 0
testWriteHeaderWithNewline 0
writeCommentWithNull 0
testWriteHeaderWithCarriageReturnNewline 0
testConstructorWithNullPreferences 0

CsvBeanReaderTest

testReadWithNullBean 0.001
testReadWithProcessors 0.003
testReadWithNonJavabean 0
testReadIntoBeanWithInvalidSizeNameMapping 0
testReadIntoBeanUsingProcessorsWithNullNameMapping 0
testRead 0
testReadUsingTokenizerReader 0.003
testTokenizerConstructorWithNullReader 0
testReadIntoExistingBean 0.001
testReadIntoExistingBeanWithProcessors 0.003
testReadWithProcessorsUsingInterface 0.004
testSetterThrowingException 0
testReadProcessorsWithNullProcessors 0
testReadIntoBeanUsingProcessorsWithNullProcessors 0
testReaderConstructorWithNullReader 0.001
testPartialRead 0.001
testReadWithInvalidSizeNameMapping 0
testReaderConstructorWithNullPreferences 0
testReadProcessorsWithNullNameMapping 0
testReadWithNullNameMapping 0
testReadWithNullBeanClass 0
testReadIntoBeanWithNullNameMapping 0
testPartialReadWithProcessors 0
testBeanInstantationThrowingIllegalAccessException 0
testReadProcessorsWithNullBeanClass 0
testTokenizerConstructorWithNullPreferences 0
testReadUsingProcessorsWithNullBean 0

CsvBeanWriterTest

testWriteProcessorsWithNullSource 0
testWrite 0
testConstructorWillNullPreference 0
testWriteProcessors 0.001
testWriteWithNullSource 0.001
testWriteProcessorsWithNullProcessors 0
testWriteWithNullNameMapping 0
testWriteProcessorsWithNullNameMapping 0
testConstructorWillNullWriter 0
testGetterThrowingException 0.001
testWriteWithNullNameMappingArray 0

CsvListReaderTest

testReadWithProcessors 0.002
testRead 0
testExecuteProcessorsWithNullProcessors 0
testReadUsingTokenizerReader 0
testTokenizerConstructorWithNullReader 0
testReadProcessorsWithNullProcessors 0
testReaderConstructorWithNullReader 0
testReadCombinedWithExecuteProcessors 0.002
testReaderConstructorWithNullPreferences 0
testTokenizerConstructorWithNullPreferences 0

CsvListWriterTest

testWriteObjectArrayWithNullArray 0
testWriteStringArrayWithNullArray 0
testWriteListAndProcessors 0.001
testWriteList 0
testWriteListWithNullList 0
testConstructorWillNullPreference 0
testWriteListAndProcessorsWithNullProcessors 0
testWriteListAndProcessorsWithNullList 0
testConstructorWillNullWriter 0
testWriteStringArray 0.001
testWriteObjectArray 0

CsvMapReaderTest

testReadWithProcessors 0.002
testRead 0
testReadUsingTokenizerReader 0
testTokenizerConstructorWithNullReader 0
testReadProcessorsWithNullProcessors 0
testReaderConstructorWithNullReader 0.001
testPartialRead 0
testReaderConstructorWithNullPreferences 0
testReadProcessorsWithNullNameMapping 0
testReadWithNullNameMapping 0
testPartialReadWithProcessors 0.002
testTokenizerConstructorWithNullPreferences 0

CsvMapWriterTest

testWrite 0.001
testWriteProcessorsWithNullMap 0
testConstructorWillNullPreference 0
testWriteProcessors 0.001
testWriteProcessorsWithNullProcessors 0
testWriteWithNullNameMapping 0
testWriteProcessorsWithNullNameMapping 0
testConstructorWillNullWriter 0
testWriteWithNullMap 0

CsvResultSetWriterTest

testWriteWithProcessors 0.005
testWrite 0
testWriteNullProcessors 0
testConstructorWithNullCsvPreference 0
testWriteWithProcessorsNullResultSet 0
testRowLineNumberCorrectness 0
testConstructorWithNullWriter 0
testWriteNullResultSet 0

TokenizerTest

testEmptyLines 0
testQuotedLastFieldWithLeadingSpace 0
testSpacesBetweenWords 0
testQuotedFieldWithUnexpectedEOF 0
testQuotedFieldWithUnexpectedNewline 0.001
testQuotedFieldWithSurroundingText 0
testQuotedFieldWithUnexpectedNewlineNoNextLineRead 0
testQuotedFirstFieldWithTrailingSpace 0
testQuotedNewlines 0
testQuotedFieldWithTextAfter 0
testQuotedSpaces 0.001
testGetPreferences 0
testReadColumnsWithNullList 0
testSpacesAndTabs 0
testQuotedTextWithConsecutiveNewLines 0
testConstructorWithNullReader 0.001
testQuotedFieldWithTwoMaxLines 0
testSkipCommentsMatches 0
testQuotedFirstFieldWithLeadingSpace 0.001
testQuotedNewline 0
testSpaces 0
testEmptyLinesWithIgnoreEmptyLines 0
testQuotedLastFieldWithTrailingSpace 0
testQuotedFieldWithTwoMaxLinesNoMoreLinesRead 0
testSkipCommentsStartsWith 0
testReadColumnsWithNoData 0
testConstructorWithNullPreferences 0

CsvPreferenceTest

testUseEncoderWithNull 0
testCustomPreferenceWithInvalidQuoteAndDelimeterChars 0
testConstants 0
testUseQuoteModeWithNull 0.001
testCustomPreferenceWithDefaults 0
testCustomPreferenceBasedOnExisting 0
testCustomPreferenceBasedOnExistingWithDefaults 0
testSkipCommentsWithNullCommentMatcher 0
testConstructorWithNullEolSymbols 0
testCustomPreference 0

AlwaysQuoteModeTest

testQuotesRequired 0

ColumnQuoteModeTest

testQuotesRequiredWithIntArray 0.001
testQuotesRequiredWithBooleanArray 0
testConstructorWithNullBooleanArray 0
testConstructorWithNullIntArray 0

NormalQuoteModeTest

testQuotesRequired 0

BeanInterfaceProxyTest

testGetClass 0.002
testCreateProxyWithNull 0
testProxy 0
testSetterWithNoParams 0
testChainedSetters 0
testNotGetterOrSetter 0.001
testMultiParamSetter 0
testGetterWithParam 0

CsvContextTest

testGettersAndSetters 0.001
testCopyConstructor 0
testToString 0
testHashCode 0
testEquals 0.001

MethodCacheTest

testGetSetMethodWithNullArgumentType 0.001
testGetGetMethodWithNullObject 0
testGetGetMethodWithNullFieldName 0
testGetSetMethodWithNullFieldName 0
testGetSetMethod 0.001
testGetGetMethod 0
testGetSetMethodWithNullObject 0

ReflectionUtilsTest

testFindIsTurkishGetter 0
testFindSetterWithInvalidFieldNameAndPrimitiveType 0
testFindURLGetter 0
testFindIsTurkishSetter 0
testFindGetter 0
testFindSetterWithNullFieldName 0
testFindSetterWithNullFieldType 0
testFindURLSetter 0
testFindSetterWithNullObject 0
testAutoboxing 0.002
testFindSetter 0
testFindiPhoneGetter 0
testFindGetterWithNullObject 0
testFindGetterWithInvalidFieldName 0
testFindiPhoneSetter 0
testFindSetterWithInvalidFieldName 0.001
testFindAlternateBooleanWrapperGetter 0
testFindSetterWithSubtype 0
testFindSetterWithMethodOfSameName 0
testPrivateConstructor 0.001
testFindSetterWithTwoOptions 0
testFindGetterWithNullFieldName 0
testFindAlternateBooleanGetter 0
testFindBooleanGetter 0

ThreeDHashMapTest

testSizeWithTwoParams 0
testContainsKeyWithTwoParams 0
testGetWithThreeParams 0
testGetWithTwoParams 0
testGet 0
testSize 0
keySet 0
testSizeWithOneParam 0
testGetAs2d 0.001
testContainsKeyWithThreeParams 0

TwoDHashMapTest

testGet 0
testSize 0
keySet 0.001
testSizeWithParam 0
testConstructorWithNull 0
testContainsKey 0

UtilTest

testFilterMapToObjectArray 0
testFilterListToMapWithNullNameMapping 0
testObjectListToStringArray 0
testFilterMapToList 0
testFilterListToMapWithNullDestMap 0
testExecuteCellProcessorsWithNullDestination 0
testFilterMapToObjectArrayWithNullNameMapping 0
testObjectArrayToStringArrayWithNullArray 0
testObjectArrayToStringArray 0
testFilterMapToListWithNullNameMapping 0
testExecuteCellProcessorsWithNullProcessors 0
testFilterListToMapWithNullSourceList 0
testFilterListToMapWithSizeMismatch 0
testFilterMapToListWithNullMap 0
testFilterListToMapWithDuplicateNameMapping 0
testFilterMapToObjectArrayWithNullValues 0
testExecuteCellProcessors 0
testObjectListToStringArrayWithNullList 0
testPrivateConstructor 0
testFilterListToMap 0
testExecuteCellProcessorsWithSizeMismatch 0
testExecuteCellProcessorsWithNullSource 0

Failure Details

[Summary] [Package List] [Test Cases]


testSplitCellToMultipleProperties
skipped: skipped
testColumnIndexBasedMapping
skipped: skipped
testSupportsAnnotations
skipped: skipped
testDifferentEscapeAndQuote
skipped: skipped
testCustomEscape
skipped: skipped
testReadAllLines
skipped: skipped
testJoinMultipleCellsIntoOneProperty
skipped: skipped
testSplitCellToMultipleProperties
skipped: skipped
testColumnIndexBasedMapping
skipped: skipped
testSupportsAnnotations
skipped: skipped
testDifferentEscapeAndQuote
skipped: skipped
testCustomEscape
skipped: skipped
testJoinMultipleCellsIntoOneProperty
skipped: skipped