Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
1221 0 0 1 99.918% 2.597

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
com.github.mygreen.supercsv.builder.standard 289 0 0 0 100% 0.388
com.github.mygreen.supercsv.cellprocessor 18 0 0 0 100% 0.044
com.github.mygreen.supercsv.localization 9 0 0 0 100% 0.057
com.github.mygreen.supercsv.validation 4 0 0 0 100% 0.037
com.github.mygreen.supercsv.builder 77 0 0 0 100% 1.19
com.github.mygreen.supercsv.builder.time 114 0 0 0 100% 0.079
com.github.mygreen.supercsv.cellprocessor.format 138 0 0 0 100% 0.022
com.github.mygreen.supercsv.expression 10 0 0 0 100% 0
com.github.mygreen.supercsv.util 1 0 0 0 100% 0
com.github.mygreen.supercsv.validation.beanvalidation 9 0 0 1 88.889% 0.08
com.github.mygreen.supercsv.io 66 0 0 0 100% 0.172
com.github.mygreen.supercsv.builder.joda 74 0 0 0 100% 0.119
test.external 4 0 0 0 100% 0.025
com.github.mygreen.supercsv.cellprocessor.conversion 149 0 0 0 100% 0.081
com.github.mygreen.supercsv.cellprocessor.constraint 259 0 0 0 100% 0.303

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

com.github.mygreen.supercsv.builder.standard

Class Tests Errors Failures Skipped Success Rate Time
BigDecimalProcessorBuilderTest 10 0 0 0 100% 0.014
BigIntegerProcessorBuilderTest 10 0 0 0 100% 0.006
BooleanProcessorBuilderTest$PrimitiveTest 14 0 0 0 100% 0.016
BooleanProcessorBuilderTest$WrappterTest 14 0 0 0 100% 0.025
ByteProcessorBuilderTest$PrimitiveTest 10 0 0 0 100% 0.016
ByteProcessorBuilderTest$WrapperTest 10 0 0 0 100% 0.016
CalendarProcessorBuilderTest 16 0 0 0 100% 0.048
CharacterProcessorBuilderTest$PrimitiveTest 2 0 0 0 100% 0.014
CharacterProcessorBuilderTest$WrappterTest 2 0 0 0 100% 0.009
CharacterProcessorBuilderTest$FormatterTest 4 0 0 0 100% 0.003
DateProcessorBuilderTest 16 0 0 0 100% 0.028
DoubleProcessorBuilderTest$PrimitiveTest 10 0 0 0 100% 0.019
DoubleProcessorBuilderTest$WrappterTest 10 0 0 0 100% 0.008
EnumProcessorBuilderTest 14 0 0 0 100% 0.017
FloatProcessorBuilderTest$PrimitiveTest 10 0 0 0 100% 0.029
FloatProcessorBuilderTest$WrappterTest 10 0 0 0 100% 0.008
IntegerProcessorBuilderTest$PrimitiveTest 18 0 0 0 100% 0.021
IntegerProcessorBuilderTest$WrappterTest 18 0 0 0 100% 0.015
LongProcessorBuilderTest$PrimitiveTest 10 0 0 0 100% 0.016
LongProcessorBuilderTest$WrapperTest 10 0 0 0 100% 0
ShortProcessorBuilderTest$PrimitiveTest 10 0 0 0 100% 0
ShortProcessorBuilderTest$WrapperTest 10 0 0 0 100% 0.013
SqlDateProcessorBuilderTest 14 0 0 0 100% 0
StringProcessorBuilderTest 5 0 0 0 100% 0
TimeProcessorBuilderTest 16 0 0 0 100% 0.016
TimestampProcessorBuilderTest 16 0 0 0 100% 0.031

com.github.mygreen.supercsv.cellprocessor

Class Tests Errors Failures Skipped Success Rate Time
ConstraintProcessorHandlerTest 9 0 0 0 100% 0.028
ConversionProcessorHandlerTest 9 0 0 0 100% 0.016

com.github.mygreen.supercsv.localization

Class Tests Errors Failures Skipped Success Rate Time
MessageInterpolatorTest 9 0 0 0 100% 0.057

com.github.mygreen.supercsv.validation

Class Tests Errors Failures Skipped Success Rate Time
CsvBindingErrorsTest 1 0 0 0 100% 0
CsvValidatorTest 3 0 0 0 100% 0.037

com.github.mygreen.supercsv.builder

Class Tests Errors Failures Skipped Success Rate Time
AnnotationExpanderTest 16 0 0 0 100% 0.285
BeanMappingFactoryTest 10 0 0 0 100% 0.128
CallbackMethodTest 3 0 0 0 100% 0.063
DefaultBeanFactoryTest 2 0 0 0 100% 0
FieldAccessorTest 20 0 0 0 100% 0.016
FixedSizeBeanMappingFactoryTest 3 0 0 0 100% 0.047
GeneralProcessorBuilderTest 9 0 0 0 100% 0.119
ProcesssorBuilderTest 4 0 0 0 100% 0.045
SpringBeanFactoryTest 8 0 0 0 100% 0.182
SpringTest 2 0 0 0 100% 0.305

com.github.mygreen.supercsv.builder.time

Class Tests Errors Failures Skipped Success Rate Time
LocalDateProcessorBuilderTest 12 0 0 0 100% 0.032
LocalDateTimeProcessorBuilderTest 12 0 0 0 100% 0
LocalTimeProcessorBuilderTest 12 0 0 0 100% 0
MonthDayProcessorBuilderTest 12 0 0 0 100% 0
OffsetDateTimeProcessorBuilderTest 14 0 0 0 100% 0
OffsetTimeProcessorBuilderTest 14 0 0 0 100% 0.016
YearMonthProcessorBuilderTest 12 0 0 0 100% 0
YearProcessorBuilderTest 12 0 0 0 100% 0.016
ZonedDateTimeProcessorBuilderTest 14 0 0 0 100% 0.015

com.github.mygreen.supercsv.expression

Class Tests Errors Failures Skipped Success Rate Time
CustomFunctionsTest 6 0 0 0 100% 0
ExpressionLanguageJEXLImplTest 4 0 0 0 100% 0

com.github.mygreen.supercsv.util

Class Tests Errors Failures Skipped Success Rate Time
UtilsTest 1 0 0 0 100% 0

com.github.mygreen.supercsv.validation.beanvalidation

Class Tests Errors Failures Skipped Success Rate Time
CsvBeanValidatorTest 8 0 0 0 100% 0.08
JakartaCsvBeanValidatorTest 1 0 0 1 0% 0

com.github.mygreen.supercsv.io

Class Tests Errors Failures Skipped Success Rate Time
CsvAnnotationBeanReaderTest 18 0 0 0 100% 0.064
CsvAnnotationBeanWriterTest 12 0 0 0 100% 0.032
FixedSizeCsvAnnotationBeanReaderTest 4 0 0 0 100% 0.043
FixedSizeCsvAnnotationBeanWriterTest 5 0 0 0 100% 0.011
LazyCsvAnnotationBeanReaderTest 13 0 0 0 100% 0
LazyCsvAnnotationBeanWriterTest 14 0 0 0 100% 0.022

com.github.mygreen.supercsv.builder.joda

Class Tests Errors Failures Skipped Success Rate Time
DateTimeProcessorBuilderTest 14 0 0 0 100% 0.054
LocalDateProcessorBuilderTest 12 0 0 0 100% 0.018
LocalDateTimeProcessorBuilderTest 12 0 0 0 100% 0.016
LocalTimeProcessorBuilderTest 12 0 0 0 100% 0.016
MonthDayProcessorBuilderTest 12 0 0 0 100% 0.015
YearMonthProcessorBuilderTest 12 0 0 0 100% 0

test.external

Class Tests Errors Failures Skipped Success Rate Time
ExternalTest 4 0 0 0 100% 0.025

com.github.mygreen.supercsv.cellprocessor.conversion

Class Tests Errors Failures Skipped Success Rate Time
CharReplacerTest 8 0 0 0 100% 0.002
DefaultValueFactoryTest 1 0 0 0 100% 0
DefaultValueTest 4 0 0 0 100% 0
FullCharFactoryTest 2 0 0 0 100% 0.014
FullCharTest 6 0 0 0 100% 0
HalfCharFactoryTest 2 0 0 0 100% 0.015
HalfCharTest 6 0 0 0 100% 0
JapaneseCharReplacerTest 6 0 0 0 100% 0
LeftPadFactoryTest 3 0 0 0 100% 0
LeftPadTest 7 0 0 0 100% 0
LowerFactoryTest 1 0 0 0 100% 0
LowerTest 2 0 0 0 100% 0
MultiPadFactoryTest 5 0 0 0 100% 0
MultiPadTest 20 0 0 0 100% 0
NullConvertFactoryTest 2 0 0 0 100% 0.016
NullConvertTest 7 0 0 0 100% 0
OneSideTrimFactoryTest 2 0 0 0 100% 0
OneSideTrimTest 9 0 0 0 100% 0
PaddingProcessorTest$ByteSizePaddingProcessorTest 4 0 0 0 100% 0
PaddingProcessorTest$CharWidthPaddingProcessorTest 3 0 0 0 100% 0
PaddingProcessorTest$SimplePaddingProcessorTest 2 0 0 0 100% 0
RegexReplaceFactoryTest 3 0 0 0 100% 0
RegexReplaceTest 7 0 0 0 100% 0
RightPadFactoryTest 3 0 0 0 100% 0.017
RightPadTest 7 0 0 0 100% 0
TrimFactoryTest 1 0 0 0 100% 0
TrimTest 5 0 0 0 100% 0
TruncateFactoryTest 3 0 0 0 100% 0
TruncateTest 6 0 0 0 100% 0
UpperFactoryTest 1 0 0 0 100% 0.001
UpperTest 2 0 0 0 100% 0
WordReplaceFactoryTest 4 0 0 0 100% 0.016
WordReplaceTest 5 0 0 0 100% 0

com.github.mygreen.supercsv.cellprocessor.constraint

Class Tests Errors Failures Skipped Success Rate Time
DateTimeMaxFactoryTest 9 0 0 0 100% 0.019
DateTimeMaxTest 8 0 0 0 100% 0
DateTimeMinFactoryTest 9 0 0 0 100% 0.032
DateTimeMinTest 8 0 0 0 100% 0
DateTimeRangeFactoryTest 11 0 0 0 100% 0.031
DateTimeRangeTest 11 0 0 0 100% 0
EqualsFactoryTest 10 0 0 0 100% 0.032
EqualsTest 9 0 0 0 100% 0
LengthBetweenFactoryTest 8 0 0 0 100% 0.017
LengthBetweenTest 7 0 0 0 100% 0
LengthExactFactoryTest 9 0 0 0 100% 0.016
LengthExactTest 6 0 0 0 100% 0
LengthMaxFactoryTest 7 0 0 0 100% 0
LengthMaxTest 5 0 0 0 100% 0
LengthMinFactoryTest 7 0 0 0 100% 0.016
LengthMinTest 5 0 0 0 100% 0
NumberMaxFactoryTest 9 0 0 0 100% 0.018
NumberMaxTest 8 0 0 0 100% 0
NumberMinFactoryTest 9 0 0 0 100% 0.008
NumberMinTest 8 0 0 0 100% 0
NumberRangeFactoryTest 11 0 0 0 100% 0.002
NumberRangeTest 11 0 0 0 100% 0
PatternFactoryTest 8 0 0 0 100% 0.029
PatternTest 4 0 0 0 100% 0
RequireFactoryTest 7 0 0 0 100% 0
RequireTest 6 0 0 0 100% 0
UniqueFactoryTest 6 0 0 0 100% 0.008
UniqueHashCodeFactoryTest 6 0 0 0 100% 0.028
UniqueHashCodeTest 5 0 0 0 100% 0
UniqueTest 5 0 0 0 100% 0
WordForbidFactoryTest 7 0 0 0 100% 0.016
WordForbidTest 6 0 0 0 100% 0
WordRequireFactoryTest 8 0 0 0 100% 0.031
WordRequireTest 6 0 0 0 100% 0

Test Cases

[Summary] [Package List] [Test Cases]

AnnotationExpanderTest

testExpand_normal 0.032
testExpand_composeOverrideDefault1 0.047
testExpand_composeOverrideDefault2 0.016
testExpand_composeOverrideDefault3 0
testExpand_composeOverrideDefault4 0
testExpand_composeOverrideCustom 0
testExpandAnnotationArray_argNull 0
testExpand_multi 0.016
testExpand_composeSimple 0
testExpand_repeatMulti 0
testExpand_composeOverrideNotFoundAttr1 0.142
testExpand_composeOverrideNotFoundAttr2 0
testExpand_composeSimpleRepeat 0
testExpandAnnotation_argNull 0
testConstructor_argNull 0
testExpand_repeatSingle 0

BeanMappingFactoryTest

testValidateNonDeterminedColumns 0.095
testCreate_modifires 0.016
testCreate_columnAnno_numberWrong_lessZero 0
testCreate_partial_overSize 0
testCreate_partial_noAnno 0
testCreate_beanAnno_no 0
testCreate_partial_existAnno 0.017
testCreate_columnAnno_numberWrong_duplicate 0
testCreate_columnAnno_no 0
testConstructor_argNull 0

CallbackMethodTest

testWrite 0.051
testRead 0.012
testCreateBeanMapping 0

DefaultBeanFactoryTest

testCreate_nonStaticClass 0
testCreate_staticClass 0

FieldAccessorTest

testHasAnnotationByGroup_group 0
testGetValue 0
testGetAnnotations_composition 0.016
testGetAnnotationsByGroup_defaultGroup 0
testGetAnnotationsByGroup_group 0
testGetAnnoationsByGroup_repetable 0
testGetAnnotationsByGroup_repeatGroup 0
testGetName 0
testGetValue_wrongType 0
testGetAnnotation 0
testHasAnnotationByGroup_noGroup 0
testIsTypeOf 0
testConstructor_normal 0
testGetTypeName 0
testHasAnnotation 0
testConstructor_arg_null 0
testGetAnnotations 0
testGetNameWithClass 0
tesGetAnnotationsByGroup_composition 0
testGetAnnotationsByGroup_noGroup 0

FixedSizeBeanMappingFactoryTest

testCreate_lackFixedSizeAnno 0.033
testCreate_normal 0.012
testCreate_lackFixedSizeAnno_partial 0.002

GeneralProcessorBuilderTest

testCustomFormatter_read 0.095
testErrorMessage_typeMismatch 0
testCustomFormatter_write 0
testCustomBuilder_write 0
testCustomFormatter_noFormatter 0.016
testCustomBuilder_read 0.004
testErrorMessage_default_write 0
testErrorMessage_message 0.004
testErrorMessage_default 0

DateTimeProcessorBuilderTest

testErrorMessage_typeMismatch 0.038
testBuildForReading_leinent 0
testBuildForWriging_default 0
testErrorMessage_format 0
testErrorMessage_empty 0.016
testBuildForWriting_lenient 0
testBuildForWriting_timezone 0
testBuildForReading_timezone 0
testBuildForReading_default 0
testBuildForReading_format 0
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0
testErrorMessage_variables 0

LocalDateProcessorBuilderTest

testErrorMessage_typeMismatch 0.004
testBuildForReading_leinent 0
testBuildForWriging_default 0
testErrorMessage_format 0
testErrorMessage_empty 0
testBuildForWriting_lenient 0.009
testBuildForReading_default 0
testBuildForReading_format 0
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0.005
testErrorMessage_variables 0

LocalDateTimeProcessorBuilderTest

testErrorMessage_typeMismatch 0
testBuildForReading_leinent 0.007
testBuildForWriging_default 0
testErrorMessage_format 0
testErrorMessage_empty 0
testBuildForWriting_lenient 0.006
testBuildForReading_default 0
testBuildForReading_format 0.003
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0
testErrorMessage_variables 0

LocalTimeProcessorBuilderTest

testErrorMessage_typeMismatch 0
testBuildForReading_leinent 0
testBuildForWriging_default 0
testErrorMessage_format 0
testErrorMessage_empty 0
testBuildForWriting_lenient 0
testBuildForReading_default 0.014
testBuildForReading_format 0
testErrorMessage_message 0.002
testBuildForWriting_format 0
testErrorMessage_default 0
testErrorMessage_variables 0

MonthDayProcessorBuilderTest

testErrorMessage_typeMismatch 0
testBuildForReading_leinent 0.01
testBuildForWriging_default 0
testErrorMessage_format 0
testErrorMessage_empty 0
testBuildForWriting_lenient 0
testBuildForReading_default 0
testBuildForReading_format 0.005
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0
testErrorMessage_variables 0

YearMonthProcessorBuilderTest

testErrorMessage_typeMismatch 0
testBuildForReading_leinent 0
testBuildForWriging_default 0
testErrorMessage_format 0
testErrorMessage_empty 0
testBuildForWriting_lenient 0
testBuildForReading_default 0
testBuildForReading_format 0
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0
testErrorMessage_variables 0

ProcesssorBuilderTest

testRead 0.043
testWite 0.001
testErrorMessage_custom 0.001
testErrorMessage_default 0

SpringBeanFactoryTest

testCreate_atSpring_ScanRepository 0
testCreate_atSpringMultipleBean 0
testCreate_nonSpringWithInject 0
testCreate_atSpring_ScanComponent 0
testCreate_atSpring_ScanService 0
testCreate_nonSpringBean 0.015
testCreate_atSpring_ScanController 0.004
testCreate_atSpringBean 0

SpringTest

testWrite 0.052
testRead 0.003

BigDecimalProcessorBuilderTest

testErrorMessage_typeMismatch 0.005
testBuildForWriging_default 0.001
testErrorMessage_format 0
testErrorMessage_empty 0
testBuildForReading_default 0
testBuildForReading_format 0
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0.008
testErrorMessage_variables 0

BigIntegerProcessorBuilderTest

testErrorMessage_typeMismatch 0
testBuildForWriging_default 0
testErrorMessage_format 0
testErrorMessage_empty 0.006
testBuildForReading_default 0
testBuildForReading_format 0
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0
testErrorMessage_variables 0

BooleanProcessorBuilderTest$PrimitiveTest

testBuildForWriging_failToFalse 0
testErrorMessage_typeMismatch 0
testBuildForWriging_default 0
testErrorMessage_empty 0
testBuildForWriting_customValue 0
testBuildForReading_default 0.016
testErrorMessage_message 0
testBuildForReading_ignoreCase 0
testBuildForReading_customValue 0
testErrorMessage_customValue 0
testBuildForWriging_ignoreCase 0
testBuildForReading_failToFalse 0
testErrorMessage_default 0
testErrorMessage_variables 0

BooleanProcessorBuilderTest$WrappterTest

testBuildForWriging_failToFalse 0
testErrorMessage_typeMismatch 0
testBuildForWriging_default 0
testErrorMessage_empty 0.015
testBuildForWriting_customValue 0.001
testBuildForReading_default 0.001
testErrorMessage_message 0
testBuildForReading_ignoreCase 0
testBuildForReading_customValue 0.003
testErrorMessage_customValue 0
testBuildForWriging_ignoreCase 0
testBuildForReading_failToFalse 0.003
testErrorMessage_default 0
testErrorMessage_variables 0.002

ByteProcessorBuilderTest$PrimitiveTest

testErrorMessage_typeMismatch 0
testBuildForWriging_default 0
testErrorMessage_format 0.016
testErrorMessage_empty 0
testBuildForReading_default 0
testBuildForReading_format 0
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0
testErrorMessage_variables 0

ByteProcessorBuilderTest$WrapperTest

testErrorMessage_typeMismatch 0.006
testBuildForWriging_default 0
testErrorMessage_format 0
testErrorMessage_empty 0
testBuildForReading_default 0
testBuildForReading_format 0
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0.01
testErrorMessage_variables 0

CalendarProcessorBuilderTest

testErrorMessage_typeMismatch 0.016
testBuildForReading_leinent 0
testBuildForWriging_default 0
testErrorMessage_format 0
testErrorMessage_empty 0
testBuildForWriting_lenient 0
testBuildForWriting_timezone 0.016
testBuildForReading_timezone 0
testBuildForReading_default 0
testBuildForReading_format 0
testBuildForReading_locale 0
testErrorMessage_message 0.01
testBuildForWriting_format 0.002
testBuildForWriting_locale 0
testErrorMessage_default 0.002
testErrorMessage_variables 0.002

CharacterProcessorBuilderTest$PrimitiveTest

testBuildForWriging_default 0
testBuildForReading_default 0.014

CharacterProcessorBuilderTest$WrappterTest

testBuildForWriging_default 0.009
testBuildForReading_default 0

CharacterProcessorBuilderTest$FormatterTest

testPattern 0.003
testMessageAndVariables 0
testParsePrint_primitive 0
testParsePrint_wrapper 0

DateProcessorBuilderTest

testErrorMessage_typeMismatch 0
testBuildForReading_leinent 0
testBuildForWriging_default 0
testErrorMessage_format 0.016
testErrorMessage_empty 0
testBuildForWriting_lenient 0.003
testBuildForWriting_timezone 0
testBuildForReading_timezone 0.002
testBuildForReading_default 0
testBuildForReading_format 0
testBuildForReading_locale 0
testErrorMessage_message 0.005
testBuildForWriting_format 0
testBuildForWriting_locale 0.002
testErrorMessage_default 0
testErrorMessage_variables 0

DoubleProcessorBuilderTest$PrimitiveTest

testErrorMessage_typeMismatch 0.013
testBuildForWriging_default 0
testErrorMessage_format 0.002
testErrorMessage_empty 0
testBuildForReading_default 0
testBuildForReading_format 0.002
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0
testErrorMessage_variables 0.002

DoubleProcessorBuilderTest$WrappterTest

testErrorMessage_typeMismatch 0.001
testBuildForWriging_default 0
testErrorMessage_format 0.002
testErrorMessage_empty 0
testBuildForReading_default 0.003
testBuildForReading_format 0
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0.002
testErrorMessage_variables 0

EnumProcessorBuilderTest

testBuildForWriging_ignoraCase_selector 0.004
testBuildForWriging_selector 0.002
testErrorMessage_typeMismatch 0.002
testBuildForReading_ignoreCase_selector 0
testBuildForReading_selector 0
testBuildForWriging_default 0.002
testErrorMessage_empty 0
testBuildForReading_default 0.002
testErrorMessage_message 0
testErrorMessage_selector 0.002
testBuildForReading_ignoreCase 0
testBuildForWriging_ignoraCase 0
testErrorMessage_default 0.001
testErrorMessage_variables 0.002

FloatProcessorBuilderTest$PrimitiveTest

testErrorMessage_typeMismatch 0.018
testBuildForWriging_default 0.004
testErrorMessage_format 0.003
testErrorMessage_empty 0
testBuildForReading_default 0
testBuildForReading_format 0.002
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0.002
testErrorMessage_variables 0

FloatProcessorBuilderTest$WrappterTest

testErrorMessage_typeMismatch 0.003
testBuildForWriging_default 0
testErrorMessage_format 0.003
testErrorMessage_empty 0
testBuildForReading_default 0
testBuildForReading_format 0
testErrorMessage_message 0.002
testBuildForWriting_format 0
testErrorMessage_default 0
testErrorMessage_variables 0

IntegerProcessorBuilderTest$PrimitiveTest

testBuildForWriting_rounding 0.003
testBuildForWriging_lenient 0
testBuildForReading_rounding 0
testBuildForWriging_precision 0
testErrorMessage_typeMismatch 0
testBuildForReading_lenient 0
testBuildForReading_currency_locale 0
testBuildForWriging_default 0
testErrorMessage_format 0.016
testErrorMessage_empty 0
testBuildForWriting_currency_locale 0.002
testBuildForReading_default 0
testBuildForReading_precision 0
testBuildForReading_format 0
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0
testErrorMessage_variables 0

IntegerProcessorBuilderTest$WrappterTest

testBuildForWriting_rounding 0
testBuildForWriging_lenient 0
testBuildForReading_rounding 0
testBuildForWriging_precision 0
testErrorMessage_typeMismatch 0
testBuildForReading_lenient 0
testBuildForReading_currency_locale 0
testBuildForWriging_default 0
testErrorMessage_format 0.013
testErrorMessage_empty 0
testBuildForWriting_currency_locale 0
testBuildForReading_default 0.002
testBuildForReading_precision 0
testBuildForReading_format 0
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0
testErrorMessage_variables 0

LongProcessorBuilderTest$PrimitiveTest

testErrorMessage_typeMismatch 0.016
testBuildForWriging_default 0
testErrorMessage_format 0
testErrorMessage_empty 0
testBuildForReading_default 0
testBuildForReading_format 0
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0
testErrorMessage_variables 0

LongProcessorBuilderTest$WrapperTest

testErrorMessage_typeMismatch 0
testBuildForWriging_default 0
testErrorMessage_format 0
testErrorMessage_empty 0
testBuildForReading_default 0
testBuildForReading_format 0
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0
testErrorMessage_variables 0

ShortProcessorBuilderTest$PrimitiveTest

testErrorMessage_typeMismatch 0
testBuildForWriging_default 0
testErrorMessage_format 0
testErrorMessage_empty 0
testBuildForReading_default 0
testBuildForReading_format 0
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0
testErrorMessage_variables 0

ShortProcessorBuilderTest$WrapperTest

testErrorMessage_typeMismatch 0
testBuildForWriging_default 0
testErrorMessage_format 0
testErrorMessage_empty 0
testBuildForReading_default 0
testBuildForReading_format 0
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0
testErrorMessage_variables 0.013

SqlDateProcessorBuilderTest

testErrorMessage_typeMismatch 0
testBuildForReading_leinent 0
testBuildForWriging_default 0
testErrorMessage_format 0
testErrorMessage_empty 0
testBuildForWriting_lenient 0
testBuildForReading_default 0
testBuildForReading_format 0
testBuildForReading_locale 0
testErrorMessage_message 0
testBuildForWriting_format 0
testBuildForWriting_locale 0
testErrorMessage_default 0
testErrorMessage_variables 0

StringProcessorBuilderTest

testFormatter_MessageAndVariables 0
testBuildForWriging_default 0
testFormatter_Pattern 0
testBuildForReading_default 0
testFormatter_ParsePrint_wrapper 0

TimeProcessorBuilderTest

testErrorMessage_typeMismatch 0
testBuildForReading_leinent 0
testBuildForWriging_default 0
testErrorMessage_format 0
testErrorMessage_empty 0
testBuildForWriting_lenient 0.016
testBuildForWriting_timezone 0
testBuildForReading_timezone 0
testBuildForReading_default 0
testBuildForReading_format 0
testBuildForReading_locale 0
testErrorMessage_message 0
testBuildForWriting_format 0
testBuildForWriting_locale 0
testErrorMessage_default 0
testErrorMessage_variables 0

TimestampProcessorBuilderTest

testErrorMessage_typeMismatch 0.016
testBuildForReading_leinent 0
testBuildForWriging_default 0
testErrorMessage_format 0
testErrorMessage_empty 0
testBuildForWriting_lenient 0
testBuildForWriting_timezone 0
testBuildForReading_timezone 0
testBuildForReading_default 0.015
testBuildForReading_format 0
testBuildForReading_locale 0
testErrorMessage_message 0
testBuildForWriting_format 0
testBuildForWriting_locale 0
testErrorMessage_default 0
testErrorMessage_variables 0

LocalDateProcessorBuilderTest

testErrorMessage_typeMismatch 0.016
testBuildForReading_leinent 0.008
testBuildForWriging_default 0
testErrorMessage_format 0
testErrorMessage_empty 0
testBuildForWriting_lenient 0
testBuildForReading_default 0
testBuildForReading_format 0.008
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0
testErrorMessage_variables 0

LocalDateTimeProcessorBuilderTest

testErrorMessage_typeMismatch 0
testBuildForReading_leinent 0
testBuildForWriging_default 0
testErrorMessage_format 0
testErrorMessage_empty 0
testBuildForWriting_lenient 0
testBuildForReading_default 0
testBuildForReading_format 0
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0
testErrorMessage_variables 0

LocalTimeProcessorBuilderTest

testErrorMessage_typeMismatch 0
testBuildForReading_leinent 0
testBuildForWriging_default 0
testErrorMessage_format 0
testErrorMessage_empty 0
testBuildForWriting_lenient 0
testBuildForReading_default 0
testBuildForReading_format 0
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0
testErrorMessage_variables 0

MonthDayProcessorBuilderTest

testErrorMessage_typeMismatch 0
testBuildForReading_leinent 0
testBuildForWriging_default 0
testErrorMessage_format 0
testErrorMessage_empty 0
testBuildForWriting_lenient 0
testBuildForReading_default 0
testBuildForReading_format 0
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0
testErrorMessage_variables 0

OffsetDateTimeProcessorBuilderTest

testErrorMessage_typeMismatch 0
testBuildForReading_leinent 0
testBuildForWriging_default 0
testErrorMessage_format 0
testErrorMessage_empty 0
testBuildForWriting_lenient 0
testBuildForWriting_timezone 0
testBuildForReading_timezone 0
testBuildForReading_default 0
testBuildForReading_format 0
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0
testErrorMessage_variables 0

OffsetTimeProcessorBuilderTest

testErrorMessage_typeMismatch 0
testBuildForReading_leinent 0
testBuildForWriging_default 0
testErrorMessage_format 0
testErrorMessage_empty 0
testBuildForWriting_lenient 0.016
testBuildForWriting_timezone 0
testBuildForReading_timezone 0
testBuildForReading_default 0
testBuildForReading_format 0
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0
testErrorMessage_variables 0

YearMonthProcessorBuilderTest

testErrorMessage_typeMismatch 0
testBuildForReading_leinent 0
testBuildForWriging_default 0
testErrorMessage_format 0
testErrorMessage_empty 0
testBuildForWriting_lenient 0
testBuildForReading_default 0
testBuildForReading_format 0
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0
testErrorMessage_variables 0

YearProcessorBuilderTest

testErrorMessage_typeMismatch 0.016
testBuildForReading_leinent 0
testBuildForWriging_default 0
testErrorMessage_format 0
testErrorMessage_empty 0
testBuildForWriting_lenient 0
testBuildForReading_default 0
testBuildForReading_format 0
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0
testErrorMessage_variables 0

ZonedDateTimeProcessorBuilderTest

testErrorMessage_typeMismatch 0.015
testBuildForReading_leinent 0
testBuildForWriging_default 0
testErrorMessage_format 0
testErrorMessage_empty 0
testBuildForWriting_lenient 0
testBuildForWriting_timezone 0
testBuildForReading_timezone 0
testBuildForReading_default 0
testBuildForReading_format 0
testErrorMessage_message 0
testBuildForWriting_format 0
testErrorMessage_default 0
testErrorMessage_variables 0

DateTimeMaxFactoryTest

testCreate_attrValue_wrong 0
testCreate_attrInclusive_false 0.003
testCreate_default 0
testErrorMessage_empty 0.016
testCreate_attrMessage 0
testErrorMessage_attrInclusive_false 0
testErrorMessage_message 0
testErrorMessage_default 0
testErrorMessage_variables 0

DateTimeMaxTest

testExecute_nonInclusive 0
testExecute_inputAboveMax 0
testExecute_inputValid 0
testConstructor_maxNull 0
testExecute_inputNonSameInstance 0
testConstructor_nextNull 0
testConstructor_printerNull 0
testExecute_inputNull 0

DateTimeMinFactoryTest

testCreate_attrValue_wrong 0.016
testCreate_attrInclusive_false 0
testCreate_default 0
testErrorMessage_empty 0.016
testCreate_attrMessage 0
testErrorMessage_attrInclusive_false 0
testErrorMessage_message 0
testErrorMessage_default 0
testErrorMessage_variables 0

DateTimeMinTest

testExecute_nonInclusive 0
testExecute_inputBelowMin 0
testExecute_inputValid 0
testConstructor_minNull 0
testExecute_inputNonSameInstance 0
testConstructor_nextNull 0
testConstructor_printerNull 0
testExecute_inputNull 0

DateTimeRangeFactoryTest

testCreate_attrMinMax_wrong 0.016
testCreate_attrInclusive_false 0
testCreate_default 0
testCreate_attrMax_wrong 0
testErrorMessage_empty 0
testCreate_attrMessage 0
testErrorMessage_attrInclusive_false 0
testCreate_attrMin_wrong 0.015
testErrorMessage_message 0
testErrorMessage_default 0
testErrorMessage_variables 0

DateTimeRangeTest

testExecute_nonInclusive 0
testExecute_inputAboveMax 0
testExecute_inputBelowMin 0
testExecute_inputValid 0
testConstructor_maxNull 0
testConstructor_minNull 0
testExecute_inputNonSameInstance 0
testConstructor_nextNull 0
testConstructor_maxLessThanMin 0
testConstructor_printerNull 0
testExecute_inputNull 0

EqualsFactoryTest

testCreate_attrValue_wrong 0.016
testCreate_attrNoValueProvider 0
testCreate_default 0.002
testErrorMessage_empty 0.014
testErrorMessage_value1 0
testCreate_attrMessage 0
testCreate_attrProvider 0
testErrorMessage_message 0
testErrorMessage_default 0
testErrorMessage_variables 0

EqualsTest

testExecute_inputValid 0
testConstuctor_nextNull 0
testExecute_valueEmpty 0
testExecute_inputNonSameInstance 0
testExecute_inputNull 0
testConstuctor_typeNull 0
testExecute_inputInvalid 0
testConstuctor_valuesNull 0
testConstuctor_printerNull 0

LengthBetweenFactoryTest

testCreate_attrMinMax_wrong 0.017
testCreate_default 0
testErrorMessage_empty 0
testCreate_attrMi_minus 0
testCreate_attrMessage 0
testErrorMessage_message 0
testErrorMessage_default 0
testErrorMessage_variables 0

LengthBetweenTest

testConstuctor_maxLessThanMin 0
testExecute_inputBelowMin 0
testExecute_inputValid 0
testConstructor_minLessThan0 0
testConstructor_nexNull 0
testExecute_inputNull 0
testExecute_inputAvovbeMax 0

LengthExactFactoryTest

testCreate_attrValue_empty 0
testCreate_default 0.009
testErrorMessage_empty 0.002
testCreate_attrMessage 0
testErrorMessage_length1 0
testCreate_attrValue_duplicate_minus 0
testErrorMessage_message 0
testErrorMessage_default 0.005
testErrorMessage_variables 0

LengthExactTest

testConstuctor_requiredLengthsNull 0
testConstuctor_nextNull 0
testExecut_inputValid 0
testExecute_inputNull 0
testConstuctor_requiredLengthsEmpty 0
testExecute_inputInvalid 0

LengthMaxFactoryTest

testCreate_default 0
testCreate_attrValue_zero 0
testErrorMessage_empty 0
testCreate_attrMessage 0
testErrorMessage_message 0
testErrorMessage_default 0
testErrorMessage_variables 0

LengthMaxTest

testExecute_inputValid 0
testConstructor_max0 0
testConstructor_nextNull 0
testExecute_inputNull 0
testExecute_inputInvalid 0

LengthMinFactoryTest

testCreate_default 0
testErrorMessage_empty 0
testCreate_attrMessage 0.016
testCreate_attrMin_minus 0
testErrorMessage_message 0
testErrorMessage_default 0
testErrorMessage_variables 0

LengthMinTest

testExecute_inputValid 0
testConstructor_nextNull 0
testExecute_inputNull 0
testExecute_inputInvalid 0
testConstructor_minMinus 0

NumberMaxFactoryTest

testCreate_attrValue_wrong 0.002
testCreate_attrInclusive_false 0
testCreate_default 0
testErrorMessage_empty 0
testCreate_attrMessage 0
testErrorMessage_attrInclusive_false 0.01
testErrorMessage_message 0
testErrorMessage_default 0
testErrorMessage_variables 0.006

NumberMaxTest

testExecute_nonInclusive 0
testExecute_inputAboveMax 0
testExecute_inputValid 0
testConstructor_maxNull 0
testExecute_inputNonSameInstance 0
testConstructor_nextNull 0
testConstructor_printerNull 0
testExecute_inputNull 0

NumberMinFactoryTest

testCreate_attrValue_wrong 0.008
testCreate_attrInclusive_false 0
testCreate_default 0
testErrorMessage_empty 0
testCreate_attrMessage 0
testErrorMessage_attrInclusive_false 0
testErrorMessage_message 0
testErrorMessage_default 0
testErrorMessage_variables 0

NumberMinTest

testExecute_nonInclusive 0
testExecute_inputBelowMin 0
testExecute_inputValid 0
testConstructor_minNull 0
testExecute_inputNonSameInstance 0
testConstructor_nextNull 0
testConstructor_printerNull 0
testExecute_inputNull 0

NumberRangeFactoryTest

testCreate_attrMinMax_wrong 0
testCreate_attrInclusive_false 0.002
testCreate_default 0
testCreate_attrMax_wrong 0
testErrorMessage_empty 0
testCreate_attrMessage 0
testErrorMessage_attrInclusive_false 0
testCreate_attrMin_wrong 0
testErrorMessage_message 0
testErrorMessage_default 0
testErrorMessage_variables 0

NumberRangeTest

testExecute_nonInclusive 0
testExecute_inputAboveMax 0
testExecute_inputBelowMin 0
testExecute_inputValid 0
testConstructor_maxNull 0
testConstructor_minNull 0
testExecute_inputNonSameInstance 0
testConstructor_nextNull 0
testConstructor_maxLessThanMin 0
testConstructor_printerNull 0
testExecute_inputNull 0

PatternFactoryTest

testCreate_attrRegex_invalid 0
testCreate_attrDescription_empty 0.016
testCreate_default 0
testErrorMessage_empty 0
testErrorMessage_description_empty 0
testErrorMessage_message 0
testErrorMessage_default 0
testErrorMessage_variables 0.013

PatternTest

testCheckConditions_patternNull 0
testExecute_invalidInput 0
testExecute_inputNull 0
testExecute_validInput 0

RequireFactoryTest

testCreate_default 0
testErrorMessage_empty 0
testCreate_attrMessage 0
testCreat_attrConsiderBlank 0
testCreat_attrConsiderEmpty 0
testErrorMessage_default 0
testErrorMessage_variables 0

RequireTest

testExecute_integer 0
testExecute_integer_inputNull 0
testExecute_string_inputNull 0
testExecute_string_inputBlank 0
testExecute_string_inputEmpty 0
testExecute_string 0

UniqueFactoryTest

testCreate_default 0
testErrorMessage_empty 0.006
testCreate_attrMessage 0
testErrorMessage_message 0
testErrorMessage_default 0.002
testErrorMessage_variables 0

UniqueHashCodeFactoryTest

testCreate_default 0.014
testErrorMessage_empty 0.01
testCreate_attrMessage 0.001
testErrorMessage_message 0.001
testErrorMessage_default 0.001
testErrorMessage_variables 0.001

UniqueHashCodeTest

testExecute_inputValid 0
testConstuctor_nextNull 0
testExecute_inputNull 0
testExecute_inputInvalid 0
testConstuctor_printerNull 0

UniqueTest

testExecute_inputValid 0
testConstuctor_nextNull 0
testExecute_inputNull 0
testExecute_inputInvalid 0
testConstuctor_printerNull 0

WordForbidFactoryTest

testCreate_attrNoValueProvider 0.005
testCreate_default 0.011
testErrorMessage_empty 0
testCreate_attrProvider 0
testErrorMessage_message 0
testErrorMessage_default 0
testErrorMessage_variables 0

WordForbidTest

testExecute_inputValid 0
testConstuctor_nextNull 0
testExecute_wordEmpty 0
testExecute_inputNull 0
testExecute_inputInvalid 0
testConstuctor_wordsNull 0

WordRequireFactoryTest

testCreate_attrNoValueProvider 0
testCreate_default 0.015
testErrorMessage_empty 0
testErrorMessage_word1 0
testCreate_attrProvider 0.016
testErrorMessage_message 0
testErrorMessage_default 0
testErrorMessage_variables 0

WordRequireTest

testExecute_inputValid 0
testConstuctor_nextNull 0
testExecute_wordEmpty 0
testExecute_inputNull 0
testExecute_inputInvalid 0
testConstuctor_wordsNull 0

ConstraintProcessorHandlerTest

testCreate_unregister 0
testCreate_custom 0.028
testCreate_groups 0
testCreate_noAnno 0
testCreate_order1 0
testCreate_order2 0
testCreate_register 0
testCreate_cases_write 0
testCreate_cases_read 0

CharReplacerTest

testRegister_destEmpty 0
testRegister_destNull 0
testReplace_multi 0.001
testRegister_srcNull 0
testReplace_complex 0.001
testReplace_single 0
testRegisterAndReplace_duplicateWord 0
testRegister_srcEmpty 0

DefaultValueFactoryTest

testCreate_default 0

DefaultValueTest

testConstuctor_returnValueNull 0
testExecute_inputNull 0
testExecute_inputNotNull 0
testConstructor 0

FullCharFactoryTest

testCreate_number_alpha 0.014
testCreate_default 0

FullCharTest

testExecute 0
testGetCategories 0
testConstructor_null 0
testConstructor_empty 0
testExecute_inputNull 0
testExecute_numberAlpha 0

HalfCharFactoryTest

testCreate_number_alpha 0.015
testCreate_default 0

HalfCharTest

testExecute 0
testGetCategories 0
testConstructor_null 0
testConstructor_empty 0
testExecute_inputNull 0
testExecute_numberAlpha 0

JapaneseCharReplacerTest

convertHalfChar_alphaNumeric 0
convertHalfChar_all 0
convertFullChar_all 0
convertHalfChar_noChar 0
convertFullChar_alphaNumeric 0
convertFullChar_noChar 0

LeftPadFactoryTest

testCreate_default 0
testCreate_wornd_size 0
testCreate_padChar 0

LeftPadTest

testExecute_inputEmpty 0
testConstuctor_nextNull 0
testConstuctor_padSizeLessThanZero 0
testExecute_inputLessThanPadSize 0
testExecute_inputNull 0
testExecute_inputSamePadSize 0
testExecute_inputGreaterThanPadSize 0

LowerFactoryTest

testCreate_default 0

LowerTest

testExecute 0
testExecute_inputNull 0

MultiPadFactoryTest

testCreate_wrong_size 0
testCreate_chpopped 0
testCreate_paddingProcessor 0
testCreate_default 0
testCreate_rightPad 0

MultiPadTest

testExecute_inputGreaerThanLength_left_byteCounter 0
testExecute_inputGreaerThanLength_right_chopped 0
testExecute_inputSameLength_left 0
testExecute_inputGreaerThanLength_left_widthCounter 0
testConstructor_sizeZero 0
testExecute_inputGreaerThanLength_right_widthCounter 0
testConstructor_sizeMinus 0
testExecute_inputGreaerThanLength_left_defaultCounter 0
testConstructor_nextNull 0
testExecute_inputLessThanLength_left 0
testExecute_inputSameLength_right 0
testConstructor_paddingProcessorNull 0
textExecute_inputNull 0
textExecute_inputEmpty 0
testExecute_inputGreaerThanLength_left 0
testExecute_inputGreaerThanLength_right_defaultCounter 0
testExecute_inputGreaerThanLength_right 0
testExecute_inputLessThanLength_right 0
testExecute_inputGreaerThanLength_left_chopped 0
testExecute_inputGreaerThanLength_right_byteCounter 0

NullConvertFactoryTest

testCerate_int 0.016
testCreate_string 0

NullConvertTest

testExecute_inputNotMatch 0
testExecute_inputMatch 0
testConstructor_tokenEmpty 0
testConstructor_tokenNull 0
testExecute_inputNull 0
testExecute_inputIgnoreCase 0
testConstructor_tokenDuplicate 0

OneSideTrimFactoryTest

testCreate_leftTrim 0
testCreate_default 0

OneSideTrimTest

testExecute_inputEmpty 0
testExecute_right_fullChar 0
testExecute_right 0
testExecute_left 0
testConstructor_nextNull 0
testExecute_left_fullChar 0
testExecute_inputNull 0
testExecute_inputTrimCharAll 0
testExecute_inputTrimCharAll_fullChar 0

PaddingProcessorTest$ByteSizePaddingProcessorTest

count_Windows31j 0
count_UTF8 0
count_EUC_JP 0
pad_utf8 0

PaddingProcessorTest$CharWidthPaddingProcessorTest

count 0
pad_full 0
pad_half 0

PaddingProcessorTest$SimplePaddingProcessorTest

pad 0
count 0

RegexReplaceFactoryTest

testCreate_default 0
testCreate_wrong_pattern 0
testCreate_partial 0

RegexReplaceTest

testCheckcondition_ReplacementNull 0
testExecute_match 0
testExecute_no_match 0
testExecute_partial_no_match 0
testExecute_inputNull 0
testCheckcondition_PatternNull 0
testExecute_partial_match 0

RightPadFactoryTest

testCreate_default 0.017
testCreate_wornd_size 0
testCreate_padChar 0

RightPadTest

testExecute_inputEmpty 0
testConstuctor_nextNull 0
testConstuctor_padSizeLessThanZero 0
testExecute_inputLessThanPadSize 0
testExecute_inputNull 0
testExecute_inputSamePadSize 0
testExecute_inputGreaterThanPadSize 0

TrimFactoryTest

testCreate_default 0

TrimTest

testExecute_inputSurroundingSpace 0
testConstructor_nextNull 0
testExecute_inputNull 0
testExecute_inputNoWhitespace 0
testExecute_inputSurroundingWhitespace 0

TruncateFactoryTest

testCreate_wrong_maxSize 0
testCreate_default 0
testCreate_suffix 0

TruncateTest

testExecute_inputSameAsMax 0
testConstructor_maxSizeZero 0
testExecute_inputLongerThanMax 0
testConstructor_nextNull 0
testExecute_inputNull 0
testConstructor_suffixNull 0

UpperFactoryTest

testCreate_default 0.001

UpperTest

testExecute 0
testExecute_inputNull 0

WordReplaceFactoryTest

testCreate_attrNoValueProvider 0
testCreate_default 0.016
testCreate_attrProvider 0
testCreate_error_sizeNoMatch 0

WordReplaceTest

testExecute_inputEmpty 0
testExecute_match 0
testExecute_no_match 0
testConstructor_replacerNull 0
testExecute_inputNull 0

ConversionProcessorHandlerTest

testCreate_unregister 0
testCreate_custom 0.016
testCreate_groups 0
testCreate_noAnno 0
testCreate_order1 0
testCreate_order2 0
testCreate_register 0
testCreate_cases_write 0
testCreate_cases_read 0

BoolenFormatterTest

testParse_fail 0
testParse 0
testPrint 0
testParseWithCustomValue_fail 0
testParse_inputEmpty 0
testGetMessageVariables 0
testParseWithCustomValue 0
testParseWithCustomValueIgnoreCase 0
testSetAndGetValidationMessage 0
testParse_inputNull 0
testPrintWithCustomValue 0

DateFormatWrapperTest

testConstructorAtFormatterNull 0
testParse_empty 0
testGetPattern 0
testPrintWithInvalidAtNull 0
testConstructorAtTypeNull 0
testPrintWithValid 0
testParseWithValid 0
testParseAndPrintWithMultiThread 0.016
testParseWithInvalidAtWrong 0

EnumFormatterTest

testConstructorAtNotExistSelector 0
testParse_fail 0
testPrintWithIgnoreCaseSelector 0
testParseWithSelector 0
testParse 0
testPrint 0
testGetSelectorMethod 0
testParseWithIgnoreCaseSelector 0
testGetType 0
testIsIgnoreCase 0
testParseWithIgnoreCase 0
testParseWithSelector_wrong 0
testPrintWithIgnoreCase 0
testPrintWithSelector 0
testConstructorAtTypeNull 0

NumberFormatWrapperTest

testConstructorAtFormatterNull 0
testParseWithInvalidAtNotSupportType 0
testGetPattern 0
testParseWithInvalidAtNull 0
testParseWithValidAtType 0
testParseWithValidAtTypeLenientBigDecimal 0
testPrintWithInvalidAtNull 0
testParseAndFormatWithMultiThread 0
testPrintWithValid 0
testParseWithValid 0
testParseWithValidAtTypeBigDecimal 0
testParseWithInvalidAtBigDecimalWrong 0
testParseWithInvalidAtWrong 0
testParseWithInvalidAtBigDecimalNotSupportType 0

SimpleNumberFormatterTest$PrimitiveDoubleTest

testParse_precision 0
testParse 0
testPrint 0
testParse_lenient 0
testPrint_lenient 0
testPrint_precison 0

SimpleNumberFormatterTest$WrapperDoubleTest

testParse_precision 0
testParse 0
testPrint 0
testParse_lenient 0
testPrint_lenient 0
testPrint_precison 0

SimpleNumberFormatterTest$PrimitiveFloatTest

testParse_precision 0
testParse 0
testPrint 0
testParse_lenient 0
testPrint_lenient 0
testPrint_precison 0

SimpleNumberFormatterTest$WrapperFloatTest

testParse_precision 0
testParse 0
testPrint 0
testParse_lenient 0
testPrint_lenient 0
testPrint_precison 0

SimpleNumberFormatterTest$PrimitiveLongTest

testParse_precision 0
testParse 0
testPrint 0
testParse_lenient 0
testPrint_lenient 0
testPrint_precison 0

SimpleNumberFormatterTest$WrapperLongTest

testParse_precision 0
testParse 0
testPrint 0
testParse_lenient 0
testPrint_lenient 0
testPrint_precison 0

SimpleNumberFormatterTest$PrimitiveShortTest

testParse_precision 0
testParse 0
testPrint 0
testParse_lenient 0
testPrint_lenient 0
testPrint_precison 0

SimpleNumberFormatterTest$WrapperShortTest

testParse_precision 0
testParse 0
testPrint 0
testParse_lenient 0
testPrint_lenient 0
testPrint_precison 0

SimpleNumberFormatterTest$PrimitiveByteTest

testParse_precision 0
testParse 0
testPrint 0
testParse_lenient 0
testPrint_lenient 0
testPrint_precison 0

SimpleNumberFormatterTest$WrapperByteTest

testParse_precision 0
testParse 0.006
testPrint 0
testParse_lenient 0
testPrint_lenient 0
testPrint_precison 0

SimpleNumberFormatterTest$WrapperBigIntegerTest

testParse_precision 0
testParse 0
testPrint 0
testParse_lenient 0
testPrint_lenient 0
testPrint_precison 0

SimpleNumberFormatterTest$WrapperBigDecimalTest

testParse_precision 0
testParse 0
testPrint 0
testParse_lenient 0
testPrint_lenient 0
testPrint_precison 0

SimpleNumberFormatterTest$PrimitiveIntegerTest

testParse_precision 0
testParse 0
testPrint 0
testParse_lenient 0
testPrint_lenient 0
testPrint_precison 0

SimpleNumberFormatterTest$WrapperIntegerTest

testParse_precision 0
testParse 0
testPrint 0
testParse_lenient 0
testPrint_lenient 0
testPrint_precison 0

SimpleNumberFormatterTest$CommonTest

testMessageVariables 0
testGetMathContext 0
testValidationMessage 0
testIsLeneint 0
testConstructor_typeNull 0

CustomFunctionsTest

testJoin_int_array 0
testDefaultString 0
testJoin_object_array 0
testJoin_object_array_printer 0
testJoin_collection 0
testJoin_collection_printer 0

ExpressionLanguageJEXLImplTest

test_function 0
test_injection 0
test_error_exp 0
test_empty 0

CsvAnnotationBeanReaderTest

testRead_error_elInjection_column 0.016
testRead_error_elInjection_header 0
testRead_withHandler_error_column 0.024
testRead_normal 0
testConstructor_beanMapping 0
testReadAll_error_column 0
testReadAll_error_header_size 0
testRead_error_column_size 0
testLines_normal 0.008
testReadAll_error_header_size_continueOnError 0
testRead_error_header_value 0
testRead_partial 0.006
testReadAll_normal 0.003
testReadAll_error_continueOnError 0.004
testRead_error_wrong_pattern 0.003
testRead_fixedColumn 0
testRead_withHandler_normal 0
testRead_error_header_size 0

CsvAnnotationBeanWriterTest

testWriteAll_custom_preference 0
testWrite_withHandler_error_column 0.01
testWrite_ignoreValidation 0
writeAll_error_column_continueOnError 0.006
testWrite_error_column_value 0.002
testWrite_fixedLength 0.002
testWrite_normal 0
testWriteAll_append 0
testWriteAll_normal 0
writeAll_error_column 0
testWrite_partial 0.012
testWrite_withHandler_normal 0

FixedSizeCsvAnnotationBeanReaderTest

testRead_normal 0.033
testRead_partialColumn_normal 0.002
testReadAll_normal 0.004
testRead_sizeInsufficient 0.004

FixedSizeCsvAnnotationBeanWriterTest

testWrite_partialColumn_normal 0
testWrite_fixedSizeOver 0
testWrite_containsLineBreak 0
testWrite_normal 0.011
testWriteAll_normal 0

LazyCsvAnnotationBeanReaderTest

testInit_nonDeterminedColumnNumbers 0
testRead 0
testReadAll_error_column 0
testReadAll_noHeader_noInit 0
testRead_notInit 0
testLines_normal 0
testReadAll 0
testRead_parital 0
testReadAll_error_continueOnError 0
testInit_noMatchColumnSize 0
testReadAll_noHeader 0
testRead_fixedColumn 0
testRead_withHandler_normal 0

LazyCsvAnnotationBeanWriterTest

testWrite_setHeaders 0
testWriteAll_noHeader 0
testWriteAll_error_column_continueOnError 0
testInit_nonDeterminedColumnNumbers 0.016
testWrite_fixedColumn_noSetHeader 0
testWrite_partial_noSetHeader 0
testWriteAll 0.004
testWrite_noSetHeaders 0
testWrite_partial_setHeader 0
testWrite_notInit 0.002
testWriteAll_append 0
testWrite_fixedColumn_setHeader 0
testWriteAll_error_column 0
testWrite_withHandler_normal 0

MessageInterpolatorTest

testInterpolate_no_define_vars 0
testInterpolate_lack_end 0
testInterpolate_no_define_vars2 0
testInterpolate_recursive_maxDepth 0
testInterpolate_var 0
testInterpolate_el01 0.057
testInterpolate_el02 0
testInterpolate_escape01 0
testInterpolate_escape02 0

UtilsTest

testGetPrimitiveDefaultValue 0

CsvBeanValidatorTest

testValidate_default_csvMessage 0.048
testValidate_custom 0
testValidate_getter 0
testValidate_groups 0.016
testValidate_getter_boolean 0
testValidate_default 0
testValidate_getter_csvMessage 0.016
testValidate_relation 0

JakartaCsvBeanValidatorTest

com.github.mygreen.supercsv.validation.beanvalidation.JakartaCsvBeanValidatorTest 0
Jakarata Bean Validation 3.0 + Java11のときのみ

CsvBindingErrorsTest

test 0

CsvValidatorTest

testValidate_write_validate 0.037
testValidate_read 0
testValidate_write_skipValidate 0

ExternalTest

testReadValidationError_Enum 0.025
testReadNormal 0
testReadValidationError_CustomType 0
testReadAnnoError 0

Failure Details

[Summary] [Package List] [Test Cases]


com.github.mygreen.supercsv.validation.beanvalidation.JakartaCsvBeanValidatorTest
skipped: Jakarata Bean Validation 3.0 + Java11のときのみ