Apache Commons logo Commons Text

Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
1291 0 0 5 99.6% 41.92 s

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.apache.commons.text.lookup 148 0 0 0 100% 8.471 s
org.apache.commons.text.similarity 152 0 0 0 100% 0.447 s
org.apache.commons.text.io 80 0 0 1 98.8% 6.087 s
org.apache.commons.text.matcher 50 0 0 0 100% 0.133 s
org.apache.commons.text.translate 55 0 0 0 100% 0.088 s
org.apache.commons.text.diff 5 0 0 0 100% 0.064 s
org.apache.commons.text 765 0 0 4 99.5% 17.40 s
org.apache.commons.text.numbers 36 0 0 0 100% 9.230 s

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

org.apache.commons.text.lookup

- Class Tests Errors Failures Skipped Success Rate Time
SystemPropertyStringLookupTest 3 0 0 0 100% 0.002 s
XmlStringLookupTest 7 0 0 0 100% 0.022 s
XmlDecoderStringLookupTest 3 0 0 0 100% 0.009 s
EnvironmentVariableStringLookupTest 3 0 0 0 100% 0.059 s
NullStringLookupTest 2 0 0 0 100% 0.002 s
StringLookupFactoryTest 11 0 0 0 100% 0.125 s
XmlEncoderStringLookupTest 3 0 0 0 100% 0.015 s
PropertiesStringLookupTest 10 0 0 0 100% 0.014 s
DefaultStringLookupTest 2 0 0 0 100% 0.001 s
DnsStringLookupTest 7 0 0 0 100% 0.043 s
DateStringLookupTest 4 0 0 0 100% 0.057 s
FunctionStringLookupTest 5 0 0 0 100% 0.004 s
ScriptStringLookupTest 9 0 0 0 100% 4.078 s
JavaPlatformStringLookupTest 5 0 0 0 100% 0.011 s
InterpolatorStringLookupTest 6 0 0 0 100% 0.017 s
ResourceBundleStringLookupTest 9 0 0 0 100% 1.835 s
UrlStringLookupTest 8 0 0 0 100% 1.519 s
LocalHostStringLookupTest 6 0 0 0 100% 0.015 s
Base64DecoderStringLookupTest 3 0 0 0 100% 0.004 s
BiStringLookupTest 1 0 0 0 100% 0.011 s
AbstractStringLookupTest 3 0 0 0 100% 0.015 s
UrlDecoderStringLookupTest 6 0 0 0 100% 0.247 s
BiFunctionStringLookupTest 6 0 0 0 100% 0.025 s
ConstantStringLookupBasicTest 5 0 0 0 100% 0.042 s
ConstantStringLookupTest 8 0 0 0 100% 0.186 s
UrlEncoderStringLookupTest 4 0 0 0 100% 0.059 s
Base64EncoderStringLookupTest 3 0 0 0 100% 0.011 s
FileStringLookupTest 6 0 0 0 100% 0.043 s

org.apache.commons.text.similarity

- Class Tests Errors Failures Skipped Success Rate Time
CosineSimilarityTest 4 0 0 0 100% 0.023 s
LevenshteinResultsTest 5 0 0 0 100% 0.003 s
LevenshteinDetailedDistanceTest 16 0 0 0 100% 0.018 s
ParameterizedEditDistanceFromTest 10 0 0 0 100% 0.017 s
ParameterizedLevenshteinDistanceTest 38 0 0 0 100% 0.131 s
JaccardDistanceTest 4 0 0 0 100% 0.005 s
LongestCommonSubsequenceDistanceTest 4 0 0 0 100% 0.017 s
JaroWinklerDistanceTest 4 0 0 0 100% 0.012 s
JaccardSimilarityTest 4 0 0 0 100% 0.005 s
ParameterizedSimilarityScoreFromTest 4 0 0 0 100% 0.011 s
FuzzyScoreTest 6 0 0 0 100% 0.017 s
LongestCommonSubsequenceTest 12 0 0 0 100% 0.025 s
HammingDistanceTest 3 0 0 0 100% 0.004 s
SimilarityScoreFromTest 2 0 0 0 100% 0.002 s
IntersectionResultTest 9 0 0 0 100% 0.023 s
IntersectionSimilarityTest 10 0 0 0 100% 0.094 s
CosineDistanceTest 1 0 0 0 100% 0.005 s
JaroWinklerSimilarityTest 4 0 0 0 100% 0.006 s
LevenshteinDistanceTest 9 0 0 0 100% 0.024 s
StringMetricFromTest 3 0 0 0 100% 0.005 s

org.apache.commons.text.io

- Class Tests Errors Failures Skipped Success Rate Time
StringSubstitutorFilterReaderTest 80 0 0 1 98.8% 6.087 s

org.apache.commons.text.matcher

- Class Tests Errors Failures Skipped Success Rate Time
StringMatcherOnCharArrayTest 16 0 0 0 100% 0.033 s
StringMatcherFactoryTest 16 0 0 0 100% 0.043 s
StringSubstitutorGetSetTest 3 0 0 0 100% 0.029 s
StringMatcherOnCharSequenceStringTest 15 0 0 0 100% 0.028 s

org.apache.commons.text.translate

- Class Tests Errors Failures Skipped Success Rate Time
CodePointTranslatorTest 1 0 0 0 100% 0.004 s
UnicodeUnpairedSurrogateRemoverTest 2 0 0 0 100% 0.005 s
SinglePassTranslatorTest 3 0 0 0 100% 0.004 s
CsvTranslatorsTest 10 0 0 0 100% 0.009 s
NumericEntityUnescaperTest 5 0 0 0 100% 0.005 s
OctalUnescaperTest 1 0 0 0 100% 0.002 s
JavaUnicodeEscaperTest 4 0 0 0 100% 0.004 s
AggregateTranslatorTest 3 0 0 0 100% 0.004 s
LookupTranslatorTest 4 0 0 0 100% 0.003 s
NumericEntityEscaperTest 4 0 0 0 100% 0.004 s
UnicodeEscaperTest 3 0 0 0 100% 0.002 s
EntityArraysTest 12 0 0 0 100% 0.039 s
UnicodeUnescaperTest 3 0 0 0 100% 0.003 s

org.apache.commons.text.diff

- Class Tests Errors Failures Skipped Success Rate Time
ReplacementsFinderTest 2 0 0 0 100% 0.047 s
StringsComparatorTest 3 0 0 0 100% 0.017 s

org.apache.commons.text

- Class Tests Errors Failures Skipped Success Rate Time
TextStringBuilderAppendInsertTest 51 0 0 0 100% 0.522 s
StringSubstitutorTest 77 0 0 1 98.7% 0.109 s
CaseUtilsTest 2 0 0 0 100% 0.002 s
CharacterPredicatesTest 7 0 0 0 100% 0.049 s
StringSubstitutorWithInterpolatorStringLookupTest 21 0 0 0 100% 0.400 s
CompositeFormatTest 2 0 0 0 100% 0.239 s
FormattableUtilsTest 9 0 0 0 100% 0.291 s
StrBuilderAppendInsertTest 51 0 0 0 100% 0.058 s
StrSubstitutorTest 49 0 0 0 100% 0.064 s
TextStringBuilderTest 120 0 0 3 97.5% 2.236 s
StringTokenizerTest 62 0 0 0 100% 0.049 s
WordUtilsTest 32 0 0 0 100% 0.042 s
StrLookupTest 8 0 0 0 100% 0.008 s
StrTokenizerTest 62 0 0 0 100% 0.036 s
RandomStringGeneratorTest 24 0 0 0 100% 0.109 s
StringEscapeUtilsTest 34 0 0 0 100% 0.417 s
StrMatcherTest 14 0 0 0 100% 0.029 s
AlphabetConverterTest 20 0 0 0 100% 0.024 s
ExtendedMessageFormatTest 21 0 0 0 100% 12.48 s
StrBuilderTest 99 0 0 0 100% 0.235 s

org.apache.commons.text.numbers

- Class Tests Errors Failures Skipped Success Rate Time
ParsedDecimalTest 20 0 0 0 100% 0.434 s
DoubleFormatTest 16 0 0 0 100% 8.796 s

Test Cases

[Summary] [Package List] [Test Cases]

TextStringBuilderAppendInsertTest

testAppendWithSeparators_Collection 0 s
testInsertWithNullText 0.002 s
testAppendFixedWidthPadRight_int 0.005 s
testAppendln_PrimitiveNumber 0.002 s
testAppendln_TextStringBuilder 0.433 s
testAppend_Boolean 0.001 s
testAppendln_Boolean 0 s
testAppendln_CharArray_int_int 0.005 s
testAppendln_TextStringBuilder_int_int 0.003 s
testAppendFixedWidthPadLeft 0.001 s
testAppend_TextStringBuilder 0 s
testAppendln_String_int_int 0.003 s
testAppendFixedWidthPadLeft_int 0 s
testAppendAll_Collection 0 s
testAppendln_StringBuilder 0.003 s
testAppendNewLine 0 s
testAppend_TextStringBuilder_int_int 0.002 s
testAppend_CharArray_int_int 0.001 s
testAppendln_StringBuffer 0.003 s
testAppendAll_Iterator 0.001 s
testAppendSeparator_char_char 0 s
testLang299 0 s
testAppendWithSeparators_Iterator 0.001 s
testAppendWithNullText 0 s
testAppendln_Object 0 s
testAppendSeparator_String 0 s
testAppendln_String 0.003 s
testAppendSeparator_char_int 0 s
testAppendSeparator_String_String 0.001 s
testAppendAll_Array 0 s
testAppend_StringBuilder_int_int 0.001 s
testAppendSeparator_char 0.001 s
testAppend_StringBuffer 0 s
testAppendWithSeparatorsWithNullText 0.001 s
testAppendSeparator_String_int 0 s
testAppendln_StringBuffer_int_int 0.003 s
testAppend_FormattedString 0.001 s
testAppend_Object 0 s
testAppend_StringBuffer_int_int 0.001 s
testAppendPadding 0.001 s
testAppend_String 0 s
testAppend_String_int_int 0.002 s
testAppend_PrimitiveNumber 0 s
testAppend_StringBuilder 0 s
testInsert 0.007 s
testAppendFixedWidthPadRight 0 s
testAppend_CharArray 0 s
testAppendln_FormattedString 0.004 s
testAppendln_CharArray 0.004 s
testAppendln_StringBuilder_int_int 0.002 s
testAppendWithSeparators_Array 0 s

CosineSimilarityTest

testCosineSimilarityWithNonEmptyMap 0.017 s
testCosineSimilarityThrowsIllegalArgumentException 0 s
testCosineSimilarityWithNull 0 s
testCosineSimilarityReturningDoubleWhereByteValueIsZero 0 s

CodePointTranslatorTest

testAboveReturningNonNull 0.003 s

UnicodeUnpairedSurrogateRemoverTest

testValidCharacters 0.001 s
testInvalidCharacters 0 s

LevenshteinResultsTest

testEqualsWithNonNull 0.001 s
testEqualsDifferenceInSubstitutionCount 0 s
testEqualsSameObject 0.001 s
testEqualsReturningFalse 0 s
testEqualsWithNull 0.001 s

SystemPropertyStringLookupTest

testNull 0.001 s
testToString 0 s
testUserName 0.001 s

SinglePassTranslatorTest

codePointsAreReturned 0.001 s
testTranslateThrowsIllegalArgumentException 0.001 s
indexIsValidated 0.001 s

XmlStringLookupTest

testBadXPath 0.001 s
testOne 0.004 s
testNull 0.001 s
testToString 0.001 s
testMissingXPath 0.008 s
testNoFeatures 0.002 s
testNoFeaturesDefault 0.002 s

LevenshteinDetailedDistanceTest

testGetLevenshteinDetailedDistance_StringString 0.002 s
testCreatesLevenshteinDetailedDistanceTakingInteger6 0.001 s
testToString 0 s
testGetDefaultInstanceOne 0 s
testGetDefaultInstanceTwo 0 s
testGetThreshold 0 s
testGetLevenshteinDetailedDistance_NullString 0.001 s
testGetLevenshteinDetailedDistance_NullStringInt 0.001 s
testConstructorWithNegativeThreshold 0.001 s
testHashCode 0.001 s
testGetLevenshteinDetailedDistance_StringNull 0.001 s
testApplyWithNull 0.001 s
testEquals 0 s
testApplyThrowsIllegalArgumentExceptionAndCreatesLevenshteinDetailedDistanceTakingInteger 0 s
testGetLevenshteinDetailedDistance_StringStringInt 0 s
testGetLevenshteinDetailedDistance_StringNullInt 0.001 s

XmlDecoderStringLookupTest

testNull 0.006 s
testToString 0 s
testDecode 0 s

EnvironmentVariableStringLookupTest

testOne 0.051 s
testNull 0.003 s
testToString 0 s

StringSubstitutorTest

testConstructorNullMap 0.016 s
testConstructorStringSubstitutor 0 s
testGetSetEscape 0 s
testLANG1055 0.005 s
testReplaceAdjacentAtEnd 0.001 s
testReplaceAdjacentAtStart 0.001 s
testReplaceChangedMap 0.001 s
testReplaceComplexEscaping 0.004 s
testReplaceEmptyKey 0.001 s
testReplaceEmptyKeyExtraFirst 0.001 s
testReplaceEmptyKeyExtraLast 0.001 s
testReplaceEmptyKeyOnly 0 s
testReplaceEmptyKeyShortest 0 s
testReplaceEmptyKeyWithDefault 0.001 s
testReplaceEmptyKeyWithDefaultOnly 0 s
testReplaceEmptyKeyWithDefaultOnlyEmpty 0 s
testReplaceEmptyKeyWithDefaultOnlyShortest 0.001 s
testReplaceEmptyString 0.001 s
testReplaceEscaping 0.001 s
testReplaceFailOnUndefinedVariable 0.001 s
testReplaceFailOnUndefinedVariableWithReplaceInVariable 0.001 s
testReplaceInTakingStringBufferWithNonNull 0.001 s
testReplaceInTakingStringBuilderWithNonNull 0.001 s
testReplaceInTakingStringBuilderWithNull 0 s
testReplaceInTakingTwoAndThreeIntsReturningFalse 0.001 s
testReplaceInVariable 0.001 s
testReplaceInVariableDisabled 0 s
testReplaceInVariableRecursive 0 s
testReplaceIncompletePrefix 0.002 s
testReplaceKeyStartChars 0.004 s
testReplaceKeyStartChars1Only 0.001 s
testReplaceKeyStartChars2Only 0.001 s
testReplaceNoPrefixNoSuffix 0.001 s
testReplaceNoPrefixSuffix 0.001 s
testReplaceNoVariables 0.002 s
testReplaceNull 0 s
testReplacePartialString_noReplace 0 s
testReplacePrefixNoSuffix 0.001 s
testReplaceRecursive 0.001 s
testReplaceSimple 0 s
testReplaceSimpleKeySize1 0 s
testReplaceSimpleKeySize2 0.001 s
testReplaceSimpleKeySize3 0.001 s
testReplaceTakingCharSequenceReturningNull 0 s
testReplaceTakingThreeArgumentsThrowsNullPointerException 0 s
testReplaceThrowsStringIndexOutOfBoundsException 0.001 s
testReplaceToIdentical 0.001 s
testReplaceUnknownKey 0.001 s
testReplaceUnknownKeyDefaultValue 0.001 s
testReplaceUnknownKeyOnly 0 s
testReplaceUnknownKeyOnlyExtraFirst 0.001 s
testReplaceUnknownKeyOnlyExtraLast 0 s
testReplaceUnknownShortestKeyOnly 0 s
testReplaceUnknownShortestKeyOnlyExtraFirst 0.001 s
testReplaceUnknownShortestKeyOnlyExtraLast 0 s
testReplaceVariablesCount1 0 s
testReplaceVariablesCount1Escaping2To1 0.001 s
testReplaceVariablesCount1Escaping3To2 0.001 s
testReplaceVariablesCount1Escaping4To3 0 s
testReplaceVariablesCount1Escaping5To4 0 s
testReplaceVariablesCount1Escaping6To4 0.001 s
testReplaceVariablesCount2 0 s
testReplaceVariablesCount2NonAdjacent 0 s
testReplaceVariablesCount3 0 s
testReplaceVariablesCount3NonAdjacent 0 s
testReplaceWeirdPattens 0.001 s
testReplace_JiraText178_WeirdPatterns1 0.001 s
testReplace_JiraText178_WeirdPatterns2 0 s
testReplace_JiraText178_WeirdPatterns3 0 s
- public void org.apache.commons.text.StringSubstitutorTest.testReplace_JiraText178_WeirdPatterns3() throws java.io.IOException is @Disabled -
testResolveVariable 0.002 s
testSamePrefixAndSuffix 0.001 s
testStaticReplace 0.001 s
testStaticReplacePrefixSuffix 0 s
testStaticReplaceSystemProperties 0 s
testStaticReplaceSystemPropertiesWithUpdate 0.001 s
testSubstituteDefaultProperties 0.001 s
testSubstitutePreserveEscape 0 s

StringSubstitutorFilterReaderTest

testConstructorNullMap 0.001 s
testConstructorStringSubstitutor 0 s
testGetSetEscape 0 s
testLANG1055 0.013 s
testReadMixedBufferLengths1ToVarLenPlusNoReplace 0.005 s
testReadMixedBufferLengthsReplace 0.001 s
testReadMixedBufferLengthsVarLenPlusToNoReplace 0 s
testReplaceAdjacentAtEnd 0.014 s
testReplaceAdjacentAtStart 0.001 s
testReplaceChangedMap 0.001 s
testReplaceComplexEscaping 0.007 s
testReplaceEmptyKey 0.001 s
testReplaceEmptyKeyExtraFirst 0.001 s
testReplaceEmptyKeyExtraLast 0.001 s
testReplaceEmptyKeyOnly 0 s
testReplaceEmptyKeyShortest 0.342 s
testReplaceEmptyKeyWithDefault 0.001 s
testReplaceEmptyKeyWithDefaultOnly 0 s
testReplaceEmptyKeyWithDefaultOnlyEmpty 0.001 s
testReplaceEmptyKeyWithDefaultOnlyShortest 0 s
testReplaceEmptyString 0.124 s
testReplaceEscaping 0.001 s
testReplaceFailOnUndefinedVariable 0.001 s
testReplaceFailOnUndefinedVariableWithReplaceInVariable 0.001 s
testReplaceInTakingStringBufferWithNonNull 0 s
testReplaceInTakingStringBuilderWithNonNull 0 s
testReplaceInTakingStringBuilderWithNull 0 s
testReplaceInTakingTwoAndThreeIntsReturningFalse 0.001 s
testReplaceInVariable 0 s
testReplaceInVariableDisabled 0 s
testReplaceInVariableRecursive 0.001 s
testReplaceIncompletePrefix 0.001 s
testReplaceKeyStartChars 0 s
testReplaceKeyStartChars1Only 0.001 s
testReplaceKeyStartChars2Only 0 s
testReplaceNoPrefixNoSuffix 0.001 s
testReplaceNoPrefixSuffix 0.001 s
testReplaceNoVariables 0.608 s
testReplaceNull 0.135 s
testReplacePartialString_noReplace 0.001 s
testReplacePrefixNoSuffix 0.001 s
testReplaceRecursive 0.001 s
testReplaceSimple 0.001 s
testReplaceSimpleKeySize1 0 s
testReplaceSimpleKeySize2 0 s
testReplaceSimpleKeySize3 0.001 s
testReplaceTakingCharSequenceReturningNull 0.001 s
testReplaceTakingThreeArgumentsThrowsNullPointerException 0 s
testReplaceThrowsStringIndexOutOfBoundsException 0.001 s
testReplaceToIdentical 0.001 s
testReplaceUnknownKey 0.001 s
testReplaceUnknownKeyDefaultValue 0.001 s
testReplaceUnknownKeyOnly 0.001 s
testReplaceUnknownKeyOnlyExtraFirst 0 s
testReplaceUnknownKeyOnlyExtraLast 0 s
testReplaceUnknownShortestKeyOnly 0 s
testReplaceUnknownShortestKeyOnlyExtraFirst 0 s
testReplaceUnknownShortestKeyOnlyExtraLast 0 s
testReplaceVariablesCount1 0 s
testReplaceVariablesCount1Escaping2To1 0.001 s
testReplaceVariablesCount1Escaping3To2 0.001 s
testReplaceVariablesCount1Escaping4To3 0 s
testReplaceVariablesCount1Escaping5To4 0 s
testReplaceVariablesCount1Escaping6To4 0.001 s
testReplaceVariablesCount2 0.001 s
testReplaceVariablesCount2NonAdjacent 0.001 s
testReplaceVariablesCount3 0.001 s
testReplaceVariablesCount3NonAdjacent 0.001 s
testReplaceWeirdPattens 3.861 s
testReplace_JiraText178_WeirdPatterns1 0.907 s
testReplace_JiraText178_WeirdPatterns2 0.001 s
testReplace_JiraText178_WeirdPatterns3 0 s
- public void org.apache.commons.text.StringSubstitutorTest.testReplace_JiraText178_WeirdPatterns3() throws java.io.IOException is @Disabled -
testResolveVariable 0.001 s
testSamePrefixAndSuffix 0.002 s
testStaticReplace 0.001 s
testStaticReplacePrefixSuffix 0.001 s
testStaticReplaceSystemProperties 0.001 s
testStaticReplaceSystemPropertiesWithUpdate 0.001 s
testSubstituteDefaultProperties 0.001 s
testSubstitutePreserveEscape 0 s

CaseUtilsTest

testToCamelCase 0.002 s
testConstructor 0 s

ParameterizedEditDistanceFromTest

test(EditDistance, CharSequence, CharSequence, Object)[1] 0.002 s
test(EditDistance, CharSequence, CharSequence, Object)[2] 0 s
test(EditDistance, CharSequence, CharSequence, Object)[3] 0.001 s
test(EditDistance, CharSequence, CharSequence, Object)[4] 0.001 s
test(EditDistance, CharSequence, CharSequence, Object)[5] 0 s
test(EditDistance, CharSequence, CharSequence, Object)[6] 0.001 s
test(EditDistance, CharSequence, CharSequence, Object)[7] 0.001 s
test(EditDistance, CharSequence, CharSequence, Object)[8] 0 s
test(EditDistance, CharSequence, CharSequence, Object)[9] 0 s
test(EditDistance, CharSequence, CharSequence, Object)[10] 0 s

ParameterizedLevenshteinDistanceTest

test(Integer, CharSequence, CharSequence, Integer)[1] 0.004 s
test(Integer, CharSequence, CharSequence, Integer)[2] 0.001 s
test(Integer, CharSequence, CharSequence, Integer)[3] 0.001 s
test(Integer, CharSequence, CharSequence, Integer)[4] 0.001 s
test(Integer, CharSequence, CharSequence, Integer)[5] 0 s
test(Integer, CharSequence, CharSequence, Integer)[6] 0.001 s
test(Integer, CharSequence, CharSequence, Integer)[7] 0 s
test(Integer, CharSequence, CharSequence, Integer)[8] 0 s
test(Integer, CharSequence, CharSequence, Integer)[9] 0.001 s
test(Integer, CharSequence, CharSequence, Integer)[10] 0.001 s
test(Integer, CharSequence, CharSequence, Integer)[11] 0.001 s
test(Integer, CharSequence, CharSequence, Integer)[12] 0 s
test(Integer, CharSequence, CharSequence, Integer)[13] 0.001 s
test(Integer, CharSequence, CharSequence, Integer)[14] 0.001 s
test(Integer, CharSequence, CharSequence, Integer)[15] 0.002 s
test(Integer, CharSequence, CharSequence, Integer)[16] 0.003 s
test(Integer, CharSequence, CharSequence, Integer)[17] 0.028 s
test(Integer, CharSequence, CharSequence, Integer)[18] 0.006 s
test(Integer, CharSequence, CharSequence, Integer)[19] 0.003 s
test(Integer, CharSequence, CharSequence, Integer)[20] 0.003 s
test(Integer, CharSequence, CharSequence, Integer)[21] 0.002 s
test(Integer, CharSequence, CharSequence, Integer)[22] 0 s
test(Integer, CharSequence, CharSequence, Integer)[23] 0.002 s
test(Integer, CharSequence, CharSequence, Integer)[24] 0.001 s
test(Integer, CharSequence, CharSequence, Integer)[25] 0.002 s
test(Integer, CharSequence, CharSequence, Integer)[26] 0.002 s
test(Integer, CharSequence, CharSequence, Integer)[27] 0.001 s
test(Integer, CharSequence, CharSequence, Integer)[28] 0.001 s
test(Integer, CharSequence, CharSequence, Integer)[29] 0.002 s
test(Integer, CharSequence, CharSequence, Integer)[30] 0.001 s
test(Integer, CharSequence, CharSequence, Integer)[31] 0.001 s
test(Integer, CharSequence, CharSequence, Integer)[32] 0.001 s
test(Integer, CharSequence, CharSequence, Integer)[33] 0 s
test(Integer, CharSequence, CharSequence, Integer)[34] 0.001 s
test(Integer, CharSequence, CharSequence, Integer)[35] 0.001 s
test(Integer, CharSequence, CharSequence, Integer)[36] 0.001 s
test(Integer, CharSequence, CharSequence, Integer)[37] 0 s
test(Integer, CharSequence, CharSequence, Integer)[38] 0.001 s

CharacterPredicatesTest

testArabicNumerals 0.039 s
testAsciiLowercaseLetters 0.001 s
testAsciiUppercaseLetters 0 s
testLetters 0.001 s
testAsciiAlphaNumerals 0.001 s
testDigits 0.001 s
testAsciiLetters 0 s

StringMatcherOnCharArrayTest

testSingleQuoteMatcher 0.001 s
testTrimMatcher 0.001 s
testAndMatcher_char 0.001 s
testCommaMatcher 0.001 s
testStringMatcher_String_fromString 0 s
testCharMatcher_char 0.001 s
testCharSetMatcher_String 0.001 s
testNoneMatcher 0.002 s
testTabMatcher 0.001 s
testMatcherIndices 0.001 s
testStringMatcher_String_fromChars 0.001 s
testSpaceMatcher 0.002 s
testQuoteMatcher 0.001 s
testSplitMatcher 0.001 s
testDoubleQuoteMatcher 0.001 s
testCharSetMatcher_charArray 0.002 s

NullStringLookupTest

testToString 0 s
test 0 s

CsvTranslatorsTest

csvEscaperLFTest 0.003 s
csvEscaperCommaTest 0 s
csvEscaperQuoteTest 0 s
csvUnEscaperTest1 0.001 s
csvUnEscaperTest2 0.001 s
csvUnEscaperTest3 0.001 s
csvUnEscaperTest4 0 s
csvUnEscaperPlaneTextTest 0.001 s
csvEscaperCRTest 0 s
csvEscaperPlaneTextTest 0 s

StringLookupFactoryTest

testDefaultStringLookupsHolder_lookupsPropertyNotPresent 0.024 s
testAddDefaultStringLookupsMap 0 s
testDefaultStringLookupsHolder_lookupsPropertyEmptyAndBlank 0.001 s
testDefaultStringLookupsHolder_multipleLookups 0.001 s
testXmlStringLookup 0.089 s
testAddDefaultStringLookupsNull 0 s
testSingletons 0.003 s
testDefaultStringLookupsHolder_givenSingleLookup_weirdString 0.001 s
testDefaultStringLookupsHolder_invalidLookupsDefinition 0.001 s
testDefaultStringLookupsHolder_allLookups 0 s
testDefaultStringLookupsHolder_givenSingleLookup 0 s

XmlEncoderStringLookupTest

testNull 0.001 s
testToString 0.001 s
testDecode 0.001 s

JaccardDistanceTest

testGettingJaccardDistanceNullString 0 s
testGettingJaccardDistanceStringNull 0.001 s
testGettingJaccardDistanceNullNull 0.001 s
testGettingJaccardDistance 0.001 s

PropertiesStringLookupTest

testOne 0.002 s
testInterpolator 0.001 s
testNull 0.001 s
testToString 0 s
testMissingKey 0.002 s
testInterpolatorWithParameterizedKey2 0.001 s
testMissingFile 0 s
testInterpolatorNestedColon 0.001 s
testMissingFileWithKey 0.001 s
testInterpolatorWithParameterizedKey 0.002 s

LongestCommonSubsequenceDistanceTest

testGettingLongestCommonSubsequenceDistanceNullString 0.001 s
testGettingLongestCommonSubsequenceDistanceNullNull 0.001 s
testGettingLongestCommonSubsequenceDistance 0.001 s
testGettingLongestCommonSubsequenceDistanceStringNull 0.005 s

DefaultStringLookupTest

testEnumValues 0.001 s
testIndividualEnums 0 s

DnsStringLookupTest

testAddressFromHostAddress 0.004 s
testCanonicalNameFromHostName 0.011 s
testName 0.021 s
testNull 0.001 s
testAddressFromHostName 0.002 s
testToString 0.001 s
testCanonicalNameFromHostAddress 0.001 s

JaroWinklerDistanceTest

testGetJaroWinklerDistance_NullNull 0.001 s
testGetJaroWinklerDistance_StringString 0.004 s
testGetJaroWinklerDistance_NullString 0.001 s
testGetJaroWinklerDistance_StringNull 0 s

ReplacementsFinderTest

testReplacementsHandler(String, String, int, Character[], Character[])[1] 0.020 s
testReplacementsHandler(String, String, int, Character[], Character[])[2] 0.004 s

StringSubstitutorWithInterpolatorStringLookupTest

testLocalHostLookup_Address 0.004 s
testDnsLookupName 0.006 s
testJavaScript 0.288 s
testLocalHostLookup_CanonicalName 0.001 s
testCustomMapWithoutDefaults 0.001 s
testMapAndSystemProperty 0.001 s
testLocalHostLookup_Name 0 s
testCustomFunctionWithoutDefaults 0.001 s
testDnsLookup_disabledByDefault 0 s
testDefaultValueForMissingKeyInResourceBundle 0.001 s
testJavaScript_disabledByDefault 0 s
testCustomMapWithDefaults 0 s
testDnsLookup 0.001 s
testDefaultInterpolator 0.006 s
testDnsLookupAddress 0.037 s
testSystemProperty 0.001 s
testDnsLookupCanonicalName 0.001 s
testSystemPropertyDefaultStringLookup 0 s
testDnsLookupUnknown 0.040 s
testCustomFunctionWithDefaults 0.001 s
testDnsLookupNameUntrimmed 0.001 s

JaccardSimilarityTest

testGettingJaccardSimilarityNullString 0.001 s
testGettingJaccardSimilarityNullNull 0.001 s
testGettingJaccardSimilarityStringNull 0.001 s
testGettingJaccardSimilarity 0 s

StringMatcherFactoryTest

test_charSetMatcher_String 0.002 s
test_singleQuoteMatcher 0.001 s
test_spaceMatcher 0 s
test_quoteMatcher 0 s
test_splitMatcher 0 s
test_charSetMatcher_char 0.002 s
test_charMatcher 0.001 s
test_tabMatcher 0.001 s
test_trimMatcher 0 s
test_stringMatcher 0.001 s
test_andMatcher 0.001 s
test_noneMatcher 0 s
test_commaMatcher 0.003 s
testDefaultMethods 0.006 s
test_stringMatcherChars 0.003 s
test_doubleQuoteMatcher 0.004 s

NumericEntityUnescaperTest

testSupplementaryUnescaping 0.002 s
testCreatesNumericEntityUnescaperOne 0 s
testCreatesNumericEntityUnescaperTwo 0 s
testUnfinishedEntity 0.001 s
testOutOfBounds 0 s

DateStringLookupTest

testToString 0.001 s
testDefault 0.051 s
testFormat 0.002 s
testBadFormat 0.001 s

ParameterizedSimilarityScoreFromTest

test(SimilarityScore, CharSequence, CharSequence, Object)[1] 0.004 s
test(SimilarityScore, CharSequence, CharSequence, Object)[2] 0 s
test(SimilarityScore, CharSequence, CharSequence, Object)[3] 0 s
test(SimilarityScore, CharSequence, CharSequence, Object)[4] 0 s

FuzzyScoreTest

testGetFuzzyScore_StringNullLocale 0.002 s
testGetFuzzyScore_NullNullLocale 0.001 s
testGetFuzzyScore_NullStringLocale 0.002 s
testGetFuzzyScore 0 s
testMissingLocale 0.001 s
testGetLocale 0.001 s

OctalUnescaperTest

testBetween 0.002 s

JavaUnicodeEscaperTest

testToUtf16Escape 0.002 s
testAbove 0.001 s
testBelow 0 s
testBetween 0 s

FunctionStringLookupTest

testNullFunction 0.001 s
testOne 0.001 s
testToString 0.001 s
testConcurrentHashMapNull 0 s
testHashMapNull 0 s

CompositeFormatTest

testUsage 0.183 s
testCompositeFormat 0.001 s

ScriptStringLookupTest

testBadScript 3.791 s
testBadEngineName 0.002 s
testOne 0.119 s
testNull 0.001 s
testToString 0.001 s
testScriptUsingMultipleColons 0.092 s
testScriptMissingColon 0.047 s
testNoScript 0.003 s
testSanityCheck 0.004 s

StringsComparatorTest

testExecution 0.014 s
testLongestCommonSubsequence 0.001 s
testLength 0.001 s

LongestCommonSubsequenceTest

testGettingLogestCommonSubsequenceNullString 0 s
testLogestCommonSubsequence 0.002 s
testLongestCommonSubsequenceApply 0 s
testGettingLogestCommonSubsequenceStringNull 0.001 s
testGettingLongestCommonSubsequenceNullString 0.001 s
testGettingLongestCommonSubsequenceApplyNullNull 0.001 s
testGettingLogestCommonSubsequenceNullNull 0.002 s
testGettingLongestCommonSubsequenceStringNull 0.002 s
testGettingLongestCommonSubsequenceApplyNullString 0.002 s
testLongestCommonSubsequence 0.002 s
testGettingLongestCommonSubsequenceApplyStringNull 0.002 s
testGettingLongestCommonSubsequenceNullNull 0.002 s

JavaPlatformStringLookupTest

testMain 0.006 s
testNull 0.001 s
testToString 0.001 s
testVm 0 s
testBadKey 0.001 s

FormattableUtilsTest

testDefaultAppend 0.182 s
testAlternatePadCharacter 0.002 s
testAlternatePadCharAndEllipsis 0.005 s
testIllegalEllipsis 0.036 s
testSimplestFormat 0.004 s
testIllegalEllipsisWith7Args 0.007 s
testPublicConstructorExists 0.006 s
testAppendWithNullFormatterAndIntsThrowsNullPointerException 0.005 s
testEllipsis 0 s

AggregateTranslatorTest

testNullConstructor 0.001 s
testNonNull 0.002 s
testNullVarargConstructor 0 s

HammingDistanceTest

testHammingDistance 0.001 s
testHammingDistance_nullLeftValue 0.001 s
testHammingDistance_nullRightValue 0.001 s

InterpolatorStringLookupTest

testNull 0.001 s
testToString 0.001 s
testLookupWithNullDefaultInterpolator 0.001 s
testLookupKeys 0 s
testLookup 0.001 s
testLookupWithDefaultInterpolator 0.003 s

LookupTranslatorTest

testBasicLookup 0 s
testLang882 0 s
testTranslateSupplementaryCharacter 0.001 s
testFailsToCreateLookupTranslatorThrowsInvalidParameterException 0 s

StrBuilderAppendInsertTest

testAppendWithSeparators_Collection 0.001 s
testInsertWithNullText 0.001 s
testAppendFixedWidthPadRight_int 0 s
testAppendln_PrimitiveNumber 0.001 s
testAppend_Boolean 0.002 s
testAppendln_Boolean 0 s
testAppend_StrBuilder_int_int 0.001 s
testAppendln_CharArray_int_int 0 s
testAppendFixedWidthPadLeft 0 s
testAppendln_String_int_int 0.001 s
testAppendFixedWidthPadLeft_int 0 s
testAppendAll_Collection 0 s
testAppendln_StringBuilder 0 s
testAppendNewLine 0.001 s
testAppend_CharArray_int_int 0 s
testAppendln_StringBuffer 0 s
testAppendAll_Iterator 0.001 s
testAppendSeparator_char_char 0 s
testLang299 0 s
testAppendWithSeparators_Iterator 0.001 s
testAppendWithNullText 0 s
testAppendln_StrBuilder 0 s
testAppendln_Object 0.001 s
testAppend_StrBuilder 0.001 s
testAppendSeparator_String 0.001 s
testAppendln_String 0 s
testAppendSeparator_char_int 0 s
testAppendSeparator_String_String 0.001 s
testAppendAll_Array 0 s
testAppend_StringBuilder_int_int 0 s
testAppendSeparator_char 0.003 s
testAppend_StringBuffer 0.002 s
testAppendWithSeparatorsWithNullText 0.002 s
testAppendSeparator_String_int 0.001 s
testAppendln_StringBuffer_int_int 0 s
testAppend_FormattedString 0.001 s
testAppend_Object 0.001 s
testAppend_StringBuffer_int_int 0 s
testAppendPadding 0 s
testAppend_String 0.001 s
testAppend_String_int_int 0 s
testAppend_PrimitiveNumber 0 s
testAppend_StringBuilder 0.001 s
testInsert 0.003 s
testAppendFixedWidthPadRight 0.001 s
testAppendln_StrBuilder_int_int 0 s
testAppend_CharArray 0 s
testAppendln_FormattedString 0.001 s
testAppendln_CharArray 0 s
testAppendln_StringBuilder_int_int 0 s
testAppendWithSeparators_Array 0 s

StrSubstitutorTest

testSubstitutePreserveEscape 0.001 s
testReplaceEscaping 0.001 s
testDisableSubstitutionInValues 0.001 s
testReplaceSoloEscaping 0.001 s
testSubstituteDefaultProperties 0.005 s
testReplaceNoPrefixSuffix 0.001 s
testCreatesStrSubstitutorTakingStrLookupAndCallsReplaceTakingTwoAndThreeInts 0 s
testCyclicReplacement 0.002 s
testReplaceTakingCharSequenceReturningNull 0.001 s
testReplaceInTakingTwoAndThreeIntsReturningFalse 0.001 s
testReplaceToIdentical 0.001 s
testReplaceSimple 0.001 s
testStaticReplacePrefixSuffix 0 s
testReplaceRecursive 0.002 s
testConstructorMapPrefixSuffix 0.001 s
testSamePrefixAndSuffix 0 s
testStaticReplace 0 s
testReplaceUnknownKey 0.005 s
testReplaceNoPrefixNoSuffix 0.001 s
testStaticReplaceSystemProperties 0 s
testReplaceInVariableRecursive 0 s
testReplaceInTakingStringBuilderWithNull 0.001 s
testConstructorNoArgs 0.001 s
testReplaceAdjacentAtEnd 0.001 s
testReplaceNull 0 s
testReplaceSolo 0.001 s
testLANG1055 0.002 s
testReplaceTakingThreeArgumentsThrowsNullPointerException 0.001 s
testReplaceChangedMap 0.001 s
testReplaceWeirdPattens 0 s
testReplaceInTakingStringBufferWithNonNull 0 s
testReplaceEmptyKeys 0 s
testDefaultValueDelimiters 0.001 s
testReplaceNoVariables 0 s
testReplaceComplexEscaping 0.001 s
testReplaceInVariable 0.001 s
testReplacePrefixNoSuffix 0.001 s
testResolveVariable 0.004 s
testGetSetValueDelimiter 0.001 s
testReplaceInVariableDisabled 0 s
testReplaceIncompletePrefix 0 s
testGetSetEscape 0 s
testReplaceAdjacentAtStart 0 s
testReplaceEmpty 0 s
testGetSetPrefix 0.001 s
testConstructorMapFull 0.001 s
testGetSetSuffix 0.001 s
testReplacePartialString_noReplace 0 s
testReplaceInTakingStringBuilderWithNonNull 0.001 s

TextStringBuilderTest

testAsTokenizer 0.001 s
testEnsureCapacityOutOfMemoryError 0.001 s
testConstructorDefault 0 s
testDrainCharsIntIntCharArrayInt 0.004 s
testDeleteAll_String 0 s
testEndsWith 0 s
testGetSetNullText 0.001 s
test_LANG_1131_EqualsWithNullTextStringBuilder 0.001 s
testConstructorCharSequence 0.001 s
testReadFromReaderAppendsToEnd 0 s
testIndexOfLang294 0 s
testSubSequenceIntInt 0.001 s
testGetChars 0 s
testLastIndexOf_String 0.001 s
testDeleteAll_char 0 s
testAppendStringBuilderNull 0.001 s
testLastIndexOf_char_int 0 s
testReadFromReadable 0.003 s
testAppendTakingTwoIntsWithZeroThrowsStringIndexOutOfBoundsException 0.001 s
testAppendToStringBuffer 0 s
testClear 0.003 s
testSize 0.001 s
testTrim 0 s
testReadFromReaderEmpty 0 s
testRightString 0 s
testToString 0 s
testConstructors 0 s
testAppendToAppendable 0.001 s
testReplace_StringMatcher_String_int_int_int_VaryCount 0.001 s
testReadFromReaderIntEmpty 0 s
testReadFromCharBuffer 0.001 s
testLastIndexOf_StringMatcher 0.001 s
testMinimizeCapacity 0 s
testSubstringIntInt 0.001 s
testLang412Left 0 s
testContains_String 0.001 s
testEqualsIgnoreCase 0.002 s
testCapacityAndLength 0.001 s
testReadFromReadableAppendsToEnd 0 s
testAsReader 0.002 s
testToStringBuilder 0 s
testReplaceAll_String_String 0 s
testAsWriter 0.001 s
testLang294 0 s
testLang295 0 s
testConstructorString 0 s
testReplaceAll_char_char 0 s
testLastIndexOf_String_int 0 s
testDeleteCharAt 0.001 s
testReplaceFirst_String_String 0 s
testContains_char 0.001 s
testDeleteIntInt 0 s
testReplace_StringMatcher_String_int_int_int_VaryEndIndex 0 s
testReplaceFirst_StringMatcher_String 0.001 s
testIsNotEmpty 0 s
testReplaceFirst_char_char 0 s
testIndexOf_char 0.001 s
testReplace_StringMatcher_String_int_int_int_VaryMatcher 0 s
testReplace_int_int_String 0.001 s
testToCharArray 0.001 s
testIndexOf_StringMatcher 0 s
testReplace_StringMatcher_String_int_int_int_VaryReplace 0.001 s
testAppendCharBufferException 0 s
testWrap_CharArray_Int_0 0.001 s
testWrap_CharArray_Int_1 0 s
testWrap_CharArray_Int_2 0 s
testWrap_CharArray_Int_3 0 s
testReadFromReaderInt 0 s
testEnsureCapacity 0 s
testOutOfMemoryError2 0 s
- skipped -
testOutOfMemoryError3 0 s
- skipped -
testDrainChar 0.002 s
testLang412Right 0.001 s
testDeleteFirst_String 0 s
testIndexOf_StringMatcher_int 0.001 s
testAppendToStringBuilder 0.001 s
testMidString 0 s
testAppendCharSequence 0 s
testCapacity 0.001 s
testReadFromCharBufferAppendsToEnd 0 s
testReverse 0.001 s
testSetCharAt 0.001 s
testHashCode 0 s
testSubstringInt 0.001 s
testWrap_CharArray_Int_Exceptions 0.001 s
testSetLength 0.001 s
testWrap_CharArray_Int_Empty_0 0 s
testAppendToWriter 0 s
testDeleteAll_StringMatcher 0 s
testContains_StringMatcher 0.001 s
testCharAt 0.001 s
testEquals 0.001 s
testLastIndexOf_char 0.001 s
testLeftString 0.001 s
testIndexOf_String_int 0.001 s
testLastIndexOf_StringMatcher_int 0.001 s
testLength 0.001 s
testOutOfMemoryError 0 s
- skipped -
testDeleteFirst_char 0.002 s
testAppendToCharBuffer 0 s
testDeleteFirst_StringMatcher 0.001 s
testAppendCharBufferNull 0 s
testIsEmpty 0.001 s
testToCharArrayIntInt 0.001 s
testGetSetNewLineText 0 s
testToStringBuffer 0 s
testReadFromReader 0 s
testAppendln 0 s
testAsBuilder 0 s
testAppendTakingTwoIntsWithIndexOutOfBoundsThrowsStringIndexOutOfBoundsExceptionTwo 0.001 s
testIndexOf_String 0 s
testWrap_CharArray 0.001 s
testIndexOf_char_int 0 s
testDeleteCharAtWithNegative 0.001 s
testReplaceAll_StringMatcher_String 0 s
testGetCharsIntIntCharArrayInt 0.001 s
testStartsWith 0 s
testAppendCharBuffer 0 s
testChaining 0 s
testReplace_StringMatcher_String_int_int_int_VaryStartIndex 0.001 s

StringSubstitutorGetSetTest

testGetSetValueDelimiter 0.002 s
testGetSetPrefix 0.005 s
testGetSetSuffix 0.012 s

ResourceBundleStringLookupTest

testMissingKeyInSpec 0.002 s
testBadNames 0.004 s
testAny 0.004 s
testOne 0 s
testNull 0.001 s
testToString 0 s
testBadKey 0 s
testDoubleBundle 0.001 s
testExceptionGettingString 1.817 s

ParsedDecimalTest

testMaxPrecision 0.002 s
testFrom 0.001 s
testMaxPrecision_halfEvenRounding 0.001 s
testRound_mixed 0 s
testStringMethodAccuracy_sequence 0.184 s
testRound_nine 0 s
testMaxPrecision_random 0.114 s
testStringMethodAccuracy_random 0.110 s
testToEngineeringString_defaults 0.002 s
testMaxPrecision_singleDigits 0.001 s
testToEngineeringString_altFormat 0.001 s
testFromNotFinite 0.001 s
testRound_one 0.001 s
testToScientificString_altFormats 0.001 s
testStringMethods_customDigits 0.001 s
testIsZero 0.001 s
testToPlainString_defaults 0.001 s
testMaxPrecision_carry 0.001 s
testToPlainString_altFormat 0.001 s
testToScientificString_defaults 0.001 s

NumericEntityEscaperTest

testAbove 0 s
testBelow 0 s
testBetween 0 s
testSupplementary 0.002 s

StringTokenizerTest

testCSVSimple 0.001 s
testBasicDelim1 0 s
testBasicDelim2 0.001 s
testBasicEmpty1 0 s
testBasicEmpty2 0 s
testConstructor_charArray_char 0 s
testStringTokenizerQuoteMatcher 0.001 s
testDelimString 0 s
testTSV 0 s
testDelimMatcher 0 s
testIteration 0.001 s
testConstructor_String_char_char 0 s
testReset 0 s
testReset_charArray 0 s
testToString 0 s
testTokenizeSubclassOutputChange 0 s
testListArray 0 s
testBasicQuoted1 0 s
testBasicQuoted2 0 s
testBasicQuoted3 0.001 s
testBasicQuoted4 0 s
testBasicQuoted5 0 s
testBasicQuoted6 0.001 s
testBasicQuoted7 0.001 s
testCloneNotSupportedException 0.001 s
testReset_String 0.001 s
testTSVEmpty 0 s
testConstructor_String 0 s
testCloneNull 0 s
test1 0 s
test2 0.001 s
test3 0 s
test4 0.001 s
test5 0 s
test6 0.001 s
test7 0 s
test8 0 s
testConstructor_String_char 0.003 s
testTokenizeSubclassInputChange 0 s
testCSVEmpty 0 s
testStringTokenizerStrMatcher 0.001 s
testConstructor_charArray 0 s
testConstructor_charArray_char_char 0 s
testCSVSimpleNeedsTrim 0.001 s
testPreviousTokenAndSetEmptyTokenAsNull 0 s
testBasicIgnoreTrimmed1 0 s
testBasicIgnoreTrimmed2 0.002 s
testBasicIgnoreTrimmed3 0 s
testBasicIgnoreTrimmed4 0.001 s
testStringTokenizerStringMatcher 0 s
testBasicQuotedTrimmed1 0.001 s
testBasic1 0 s
testBasic2 0.001 s
testBasic3 0 s
testBasic4 0 s
testBasic5 0 s
testGetContent 0 s
testCloneReset 0 s
testDelimMatcherQuoteMatcher 0 s
testBasicTrimmed1 0 s
testBasicTrimmed2 0 s
testChaining 0 s

UnicodeEscaperTest

testAbove 0.001 s
testBelow 0 s
testBetween 0.001 s

DoubleFormatTest

testScientific_custom 0.007 s
testScientific_defaults 0.001 s
testMixed_defaults 0.003 s
testCustomDigitString 0.022 s
testPlain_custom 0.004 s
testEngineering_defaults 0.001 s
testEngineering_custom 0.002 s
testMaximumPrecision(DoubleFunction, double)[1] 0.035 s
testMaximumPrecision(DoubleFunction, double)[2] 0.004 s
testPlain_localeFormatComparison 4.933 s
testEngineering_localeFormatComparison 1.894 s
testScientific_localeFormatComparison 1.792 s
testFormatAccuracy 0.026 s
testPlain_defaults 0.001 s
testBuilder_illegalArgs 0.003 s
testMixed_custom 0.001 s

UrlStringLookupTest

testBadCharsetName 0.002 s
testNull 0.001 s
testBadEncoding 0.994 s
testToString 0.001 s
testMissingUrl 0.001 s
testHttpScheme 0.514 s
testFileScheme 0.001 s
testBadUrl 0.001 s

WordUtilsTest

testCapitalizeWithDelimiters_String 0.003 s
testUncapitalize_String 0.013 s
testWrapWithMultipleRegexMatchOfLength0 0.001 s
testText123 0 s
testAbbreviateForLowerValueAndAppendedString 0 s
testAbbreviateForUpperLimit 0.001 s
testLANG673 0 s
testWrapAtMiddleTwice 0 s
testWrap_StringIntStringBoolean 0.001 s
testWrap_StringIntStringBooleanString 0.001 s
testContainsAllWordsWithNull 0 s
testAbbreviateForUpperLimitAndAppendedString 0 s
testCapitalize_String 0 s
testContainsAllWords_StringString 0.001 s
testCapitalizeFully_String 0.001 s
testCapitalizeFully_Text88 0.001 s
testLANG1292 0 s
testAbbreviateUpperLessThanLowerValues 0 s
testWrap_StringInt 0 s
testAbbreviateForLowerThanMinusOneValues 0.001 s
testInitialsSurrogatePairs 0.001 s
testInitials_String_charArray 0.001 s
testUncapitalizeWithDelimiters_String 0 s
testWrapAtStartAndEnd 0.001 s
testInitials_String 0 s
testAbbreviateForNullAndEmptyString 0 s
testCapitalizeFullyWithDelimiters_String 0 s
testAbbreviateForLowerValue 0.001 s
testSwapCase_String 0.001 s
testWrapWithRegexMatchOfLength0 0 s
testUnCapitalize_Text88 0.001 s
testConstructor 0 s

LocalHostStringLookupTest

testAddress 0.001 s
testName 0.002 s
testNull 0.001 s
testToString 0.001 s
testCanonicalName 0.001 s
testBadKey 0.002 s

EntityArraysTest

testForDuplicateDeclaredMapValuesJavaCtrlCharsMap 0.014 s
testAposMap 0.001 s
testBasicMap 0 s
testForDuplicateDeclaredMapValuesHtml40ExtendedMap 0 s
testConstructorExists 0.001 s
testJavaCtrlCharsMap 0 s
testForDuplicatedDeclaredMapKeys 0.003 s
testISO8859Map 0.001 s
testHtml40ExtendedMap 0.005 s
testForDuplicateDeclaredMapValuesISO8859Map 0.002 s
testForDuplicateDeclaredMapValuesAposMap 0.001 s
testForDuplicateDeclaredMapValuesBasicMap 0.001 s

UnicodeUnescaperTest

testUPlus 0 s
testUuuuu 0.001 s
testLessThanFour 0.001 s

Base64DecoderStringLookupTest

testNull 0.002 s
testToString 0.001 s
test 0 s

BiStringLookupTest

testDefaultMethod 0.008 s

SimilarityScoreFromTest

testApply 0.001 s
testFailsToCreateSimilarityScoreFromThrowsIllegalArgumentException 0.001 s

AbstractStringLookupTest

testForwarding_substringAfterChar 0.001 s
testForwarding_substringAfterString 0.004 s
testForwarding_substringAfter 0.002 s

UrlDecoderStringLookupTest

testNull 0.003 s
testPlus 0.002 s
testToString 0.002 s
testAllPercent 0.006 s
testExclamation 0.002 s
testExceptionGettingString 0.150 s

IntersectionResultTest

testNewIntersectionResult_WithNegativeIntersection 0.009 s
testProperties 0 s
testToString 0.001 s
testNewIntersectionResult_WithNegativeSizeA 0 s
testNewIntersectionResult_WithNegativeSizeB 0.001 s
testNewIntersectionResult_WithZeros 0.001 s
testNewIntersectionResult_WithIntersectionAboveSizeAorB 0.001 s
testHashCode 0 s
testEquals 0 s

BiFunctionStringLookupTest

testOne 0.001 s
testToString 0.009 s
testNullBiFunction 0 s
testConcurrentHashMapNull 0 s
testHashMapNull 0 s
testBiFunctionForNestedMap 0 s

IntersectionSimilarityTest

testF1ScoreUsingListWordBigrams 0.061 s
testConstructorWithNullConverterThrows 0.001 s
testApplyNullString 0.001 s
testIntersectionUsingSetCharacterListCharacter 0.001 s
testIntersectionUsingListCharacter 0.001 s
testIntersectionUsingSetCharacter 0 s
testIntersectionUsingListBigrams 0.015 s
testApplyStringNull 0.005 s
testApplyNullNull 0.001 s
testIntersectionUsingSetBigrams 0.001 s

ConstantStringLookupBasicTest

testOne 0.002 s
testNull 0.004 s
testToString 0.011 s
testNullClassFetch 0.002 s
testNullValue 0.001 s

StrLookupTest

testResourceBundleLookup 0.003 s
testResourceBundleLookup_nullMap 0 s
testNoneLookup 0.001 s
testSystemPropertiesLookupReplacedProperties 0 s
testSystemPropertiesLookupUpdatedProperty 0 s
testMapLookup_nullMap 0.001 s
testMapLookup 0 s
testSystemPropertiesLookup 0.001 s

ConstantStringLookupTest

testLookupNonExisting 0.006 s
testLookupPrivate 0 s
testLookupInvalidSyntax 0 s
testLookupNonString 0.161 s
testLookupNull 0.004 s
testLookupUnknownClass 0.003 s
testLookupCache 0 s
testLookupConstant 0 s

StrTokenizerTest

testCSVSimple 0.001 s
testBasicDelim1 0 s
testBasicDelim2 0.001 s
testBasicEmpty1 0 s
testBasicEmpty2 0.002 s
testConstructor_charArray_char 0 s
testStringTokenizerQuoteMatcher 0.001 s
testDelimString 0 s
testTSV 0 s
testDelimMatcher 0.001 s
testIteration 0.002 s
testConstructor_String_char_char 0 s
testReset 0.001 s
testReset_charArray 0 s
testToString 0 s
testTokenizeSubclassOutputChange 0.001 s
testListArray 0.001 s
testBasicQuoted1 0 s
testBasicQuoted2 0 s
testBasicQuoted3 0 s
testBasicQuoted4 0 s
testBasicQuoted5 0.001 s
testBasicQuoted6 0 s
testBasicQuoted7 0 s
testCloneNotSupportedException 0.002 s
testReset_String 0 s
testTSVEmpty 0.001 s
testConstructor_String 0.001 s
testCloneNull 0 s
test1 0.001 s
test2 0 s
test3 0.001 s
test4 0 s
test5 0.001 s
test6 0 s
test7 0.001 s
test8 0 s
testConstructor_String_char 0 s
testTokenizeSubclassInputChange 0.001 s
testCSVEmpty 0 s
testStringTokenizerStrMatcher 0 s
testConstructor_charArray 0 s
testConstructor_charArray_char_char 0.001 s
testCSVSimpleNeedsTrim 0 s
testPreviousTokenAndSetEmptyTokenAsNull 0.001 s
testBasicIgnoreTrimmed1 0 s
testBasicIgnoreTrimmed2 0 s
testBasicIgnoreTrimmed3 0 s
testBasicIgnoreTrimmed4 0 s
testStringTokenizerStringMatcher 0 s
testBasicQuotedTrimmed1 0 s
testBasic1 0.001 s
testBasic2 0 s
testBasic3 0.001 s
testBasic4 0 s
testBasic5 0 s
testGetContent 0 s
testCloneReset 0 s
testDelimMatcherQuoteMatcher 0.001 s
testBasicTrimmed1 0 s
testBasicTrimmed2 0.001 s
testChaining 0 s

RandomStringGeneratorTest

testRemoveFilters 0.008 s
testWithinMultipleRanges 0.012 s
testSelectFromCharArray 0.001 s
testNoLoneSurrogates 0.013 s
testSelectFromCharVarargs 0 s
testSelectFromCharVarargs2 0.001 s
testGenerateMinMaxLength 0.008 s
testSelectFromCharVarargSize1 0.001 s
testUsingRandom 0.002 s
testSelectFromEmptyCharVarargs 0.001 s
testGenerateMinMaxLengthMinGreaterThanMax 0.001 s
testGenerateMinMaxLengthInvalidLength 0.001 s
testWithinRange 0.003 s
testInvalidLength 0.001 s
testSelectFromNullCharVarargs 0.001 s
testNoPrivateCharacters 0.006 s
testMultipleFilters 0.022 s
testSetLength 0.001 s
testChangeOfFilter 0.002 s
testGenerateTakingIntThrowsNullPointerException 0.002 s
testBadMinAndMax 0.001 s
testBadMinimumCodePoint 0 s
testBadMaximumCodePoint 0.001 s
testZeroLength 0 s

CosineDistanceTest

testCosineDistance 0.004 s

UrlEncoderStringLookupTest

testNull 0 s
testToString 0 s
test 0.001 s
testExceptionGettingString 0.056 s

StringEscapeUtilsTest

testDeleteCharacter 0 s
testEscapeHtmlThree 0.001 s
testUnescapeJava 0.002 s
testUnescapeJson 0.001 s
testStandaloneAmphersand 0 s
testUnescapeHtml3 0.002 s
testUnescapeHtml4 0.002 s
testEscapeJava 0.003 s
testEscapeJson 0 s
testEscapeHtml3 0 s
testEscapeHtml4 0.001 s
testEscapeJavaWithSlash 0 s
testEscapeXml10 0 s
testEscapeXml11 0 s
testLang313 0 s
testLang708 0.005 s
testLang911 0 s
testBuilder 0.002 s
testEscapeEcmaScript 0 s
testEscapeCsvString 0 s
testUnscapeXSI 0.001 s
testUnescapeJsonDoubleQuoteAndForwardSlash 0 s
testEscapeCsvWriter 0 s
testEscapeHtmlHighUnicode 0 s
testUnescapeHexCharsHtml 0.380 s
testUnescapeXmlSupplementaryCharacters 0.001 s
testUnescapeCsvString 0 s
testUnescapeCsvWriter 0 s
testUnescapeEcmaScript 0 s
testEscapeHtmlVersions 0 s
testUnescapeUnknownEntity 0 s
testEscapeHiragana 0.001 s
testEscapeXSI 0 s
testConstructor 0.001 s

Base64EncoderStringLookupTest

testNull 0.002 s
testToString 0.001 s
test 0.001 s

StrMatcherTest

testSingleQuoteMatcher 0 s
testTrimMatcher 0 s
testCommaMatcher 0.001 s
testCharMatcher_char 0 s
testCharSetMatcher_String 0.001 s
testNoneMatcher 0.001 s
testTabMatcher 0 s
testMatcherIndices 0 s
testStringMatcher_String 0.001 s
testSpaceMatcher 0 s
testQuoteMatcher 0.001 s
testSplitMatcher 0 s
testDoubleQuoteMatcher 0.001 s
testCharSetMatcher_charArray 0 s

AlphabetConverterTest

encodeFailureTest 0.001 s
javadocExampleTest 0 s
noEncodingLettersTest 0 s
unicodeTest 0.002 s
missingDoNotEncodeLettersFromOriginalTest 0.001 s
testCreateConverterFromMapAndEquals 0.001 s
hebrewTest 0.001 s
testCreateConverterFromCharsWithNullAndNull 0.001 s
binaryTest 0.001 s
doNotEncodeTest 0.001 s
onlyOneEncodingLettersTest 0.001 s
missingDoNotEncodeLettersFromEncodingTest 0.001 s
testCreateConverterFromCharsAndEquals 0.001 s
unexpectedStringWhileDecodingTest 0 s
testEquals 0 s
testEqualsWithSameObject 0.001 s
testDecodeReturningNull 0 s
testCreateConverterFromCharsOne 0 s
unexpectedEndWhileDecodingTest 0.001 s
testEqualsWithNull 0 s

JaroWinklerSimilarityTest

testGetJaroWinklerSimilarity_StringNull 0.001 s
testGetJaroWinklerSimilarity_StringString 0.003 s
testGetJaroWinklerSimilarity_NullNull 0.001 s
testGetJaroWinklerSimilarity_NullString 0.001 s

ExtendedMessageFormatTest

testEscapedBraces_LANG_948 0.005 s
testSetFormatsByArgumentIndex 0.001 s
testBuiltInDateTimeFormat 10.60 s
testFailsToCreateExtendedMessageFormatTakingTwoArgumentsThrowsIllegalArgumentExceptionFive 0.001 s
testFailsToCreateExtendedMessageFormatTakingTwoArgumentsThrowsIllegalArgumentExceptionFour 0 s
testFailsToCreateExtendedMessageFormatTakingTwoArgumentsThrowsIllegalArgumentExceptionOne 0.001 s
testFailsToCreateExtendedMessageFormatTakingTwoArgumentsThrowsIllegalArgumentExceptionTwo 0.001 s
testEqualsHashcode 0.002 s
testOverriddenBuiltinFormat 0.769 s
testBuiltInChoiceFormat 0.617 s
testCreatesExtendedMessageFormatTakingString 0 s
testSetFormatByArgumentIndexIsUnsupported 0.001 s
testEscapedQuote_LANG_477 0.001 s
testChoiceQuoteJustBeforeBraceEnd_TEXT_106 0 s
testSetFormatsIsUnsupported 0.001 s
testSetFormatIsUnsupported 0 s
testEmbeddedPatternInChoice 0 s
testExtendedFormats 0.001 s
testExtendedAndBuiltInFormats 0.133 s
testBuiltInNumberFormat 0.323 s
testFailsToCreateExtendedMessageFormatTakingTwoArgumentsThrowsIllegalArgumentExceptionThree 0.004 s

FileStringLookupTest

testBadCharsetName 0.035 s
testOne 0.001 s
testNull 0.001 s
testToString 0.001 s
testBadDocumentPath 0 s
testMissingFilePart 0.001 s

StrBuilderTest

testAsTokenizer 0.042 s
testDeleteFirst_StrMatcher 0.001 s
testReplaceFirst_StrMatcher_String 0.001 s
testDeleteAll_String 0 s
testEndsWith 0 s
testGetSetNullText 0.001 s
testReadFromReaderAppendsToEnd 0.001 s
testIndexOfLang294 0.001 s
testSubSequenceIntInt 0.001 s
testGetChars 0.003 s
testLastIndexOf_String 0 s
testDeleteAll_char 0 s
testReplace_StrMatcher_String_int_int_int_VaryEndIndex 0.001 s
testAppendStringBuilderNull 0 s
testLastIndexOf_char_int 0 s
testReadFromReadable 0.003 s
testAppendTakingTwoIntsWithZeroThrowsStringIndexOutOfBoundsException 0.001 s
testAppendToStringBuffer 0.001 s
testClear 0.001 s
testSize 0 s
testTrim 0.001 s
testRightString 0 s
testToString 0.001 s
testConstructors 0 s
testReadFromCharBuffer 0.001 s
testMinimizeCapacity 0.001 s
testSubstringIntInt 0.001 s
testLang412Left 0.001 s
testContains_String 0 s
testEqualsIgnoreCase 0.001 s
testCapacityAndLength 0.001 s
testReadFromReadableAppendsToEnd 0 s
testAsReader 0.001 s
testToStringBuilder 0.001 s
testReplaceAll_String_String 0.001 s
testAsWriter 0 s
testLang294 0 s
testLang295 0 s
testReplaceAll_char_char 0.001 s
testLastIndexOf_String_int 0 s
testDeleteCharAt 0 s
testReplaceFirst_String_String 0.001 s
testContains_char 0.001 s
testDeleteIntInt 0.001 s
testReplace_StrMatcher_String_int_int_int_VaryCount 0.001 s
testReplaceFirst_char_char 0.001 s
testIndexOf_char 0.001 s
testReplace_int_int_String 0.001 s
testToCharArray 0.001 s
testLastIndexOf_StrMatcher 0.001 s
testAppendCharBufferException 0.001 s
testIndexOf_StrMatcher_int 0 s
testEnsureCapacity 0 s
testLang412Right 0.001 s
testDeleteFirst_String 0.001 s
testAppendToStringBuilder 0 s
testMidString 0 s
testAppendCharSequence 0.001 s
testReplaceAll_StrMatcher_String 0.001 s
testCapacity 0.001 s
testReadFromCharBufferAppendsToEnd 0 s
testReverse 0 s
testSetCharAt 0.001 s
testReplace_StrMatcher_String_int_int_int_VaryStartIndex 0.003 s
testHashCode 0.003 s
testSubstringInt 0.003 s
test_LANG_1131_EqualsWithNullStrBuilder 0.001 s
testSetLength 0.002 s
testAppendToWriter 0.002 s
testCharAt 0.001 s
testReplace_StrMatcher_String_int_int_int_VaryMatcher 0.001 s
testEquals 0.002 s
testLastIndexOf_char 0.002 s
testLeftString 0.004 s
testIndexOf_String_int 0.007 s
testContains_StrMatcher 0.006 s
testLength 0.001 s
testReplace_StrMatcher_String_int_int_int_VaryReplace 0.001 s
testDeleteFirst_char 0.001 s
testAppendToCharBuffer 0.001 s
testAppendCharBufferNull 0 s
testDeleteAll_StrMatcher 0 s
testIsEmpty 0 s
testToCharArrayIntInt 0.001 s
testGetSetNewLineText 0 s
testToStringBuffer 0.001 s
testReadFromReader 0.002 s
testAppendln 0.001 s
testAsBuilder 0.001 s
testAppendTakingTwoIntsWithIndexOutOfBoundsThrowsStringIndexOutOfBoundsExceptionTwo 0.001 s
testIndexOf_String 0.003 s
testIndexOf_char_int 0.001 s
testDeleteCharAtWithNegative 0.002 s
testGetCharsIntIntCharArrayInt 0.003 s
testStartsWith 0.002 s
testIndexOf_StrMatcher 0 s
testAppendCharBuffer 0 s
testLastIndexOf_StrMatcher_int 0.001 s
testChaining 0 s

StringMatcherOnCharSequenceStringTest

testSingleQuoteMatcher 0.005 s
testTrimMatcher 0.001 s
testAndMatcher_char 0.001 s
testCommaMatcher 0.001 s
testCharMatcher_char 0.001 s
testCharSetMatcher_String 0 s
testNoneMatcher 0 s
testTabMatcher 0.001 s
testMatcherIndices 0.001 s
testStringMatcher_String 0 s
testSpaceMatcher 0 s
testQuoteMatcher 0.001 s
testSplitMatcher 0.001 s
testDoubleQuoteMatcher 0 s
testCharSetMatcher_charArray 0 s

LevenshteinDistanceTest

testGetLevenshteinDistance_NullStringInt 0.001 s
testGetThresholdDirectlyAfterObjectInstantiation 0.002 s
testApplyThrowsIllegalArgumentExceptionAndCreatesLevenshteinDistanceTakingInteger 0.005 s
testGetLevenshteinDistance_StringNullInt 0.005 s
testGetLevenshteinDistance_StringStringInt 0.001 s
testGetLevenshteinDistance_NullString 0.002 s
testConstructorWithNegativeThreshold 0.001 s
testGetLevenshteinDistance_StringString 0.001 s
testGetLevenshteinDistance_StringNull 0.001 s

StringMetricFromTest

testJavadocExample 0.003 s
testEquivalence 0.001 s
testMissingMetric 0.001 s

Failure Details

[Summary] [Package List] [Test Cases]


testReplace_JiraText178_WeirdPatterns3
- skipped: public void org.apache.commons.text.StringSubstitutorTest.testReplace_JiraText178_WeirdPatterns3() throws java.io.IOException is @Disabled
testReplace_JiraText178_WeirdPatterns3
- skipped: public void org.apache.commons.text.StringSubstitutorTest.testReplace_JiraText178_WeirdPatterns3() throws java.io.IOException is @Disabled
testOutOfMemoryError2
- skipped: skipped
testOutOfMemoryError3
- skipped: skipped
testOutOfMemoryError
- skipped: skipped