Apache Commons logo Apache Commons Codec

Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
662 0 0 1 99.849% 6.157

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.codec 25 0 0 0 100% 0.001
org.apache.commons.codec.net 61 0 0 0 100% 0.001
org.apache.commons.codec.language.bm 55 0 0 0 100% 2.883
org.apache.commons.codec.language 261 0 0 0 100% 0.18
org.apache.commons.codec.digest 87 0 0 0 100% 2.005
org.apache.commons.codec.binary 173 0 0 1 99.422% 1.087

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

org.apache.commons.codec

Class Tests Errors Failures Skipped Success Rate Time
CharEncodingTest 7 0 0 0 100% 0.001
CharsetsTest 7 0 0 0 100% 0
DecoderExceptionTest 4 0 0 0 100% 0
EncoderExceptionTest 4 0 0 0 100% 0
StringEncoderComparatorTest 3 0 0 0 100% 0

org.apache.commons.codec.net

Class Tests Errors Failures Skipped Success Rate Time
BCodecTest 9 0 0 0 100% 0.001
QCodecTest 12 0 0 0 100% 0
QuotedPrintableCodecTest 21 0 0 0 100% 0
RFC1522CodecTest 2 0 0 0 100% 0
URLCodecTest 16 0 0 0 100% 0
UtilsTest 1 0 0 0 100% 0

org.apache.commons.codec.language.bm

Class Tests Errors Failures Skipped Success Rate Time
BeiderMorseEncoderTest 22 0 0 0 100% 2.86
LanguageGuessingTest 18 0 0 0 100% 0.003
PhoneticEngineRegressionTest 4 0 0 0 100% 0.016
PhoneticEngineTest 8 0 0 0 100% 0.004
RuleTest 3 0 0 0 100% 0

org.apache.commons.codec.language

Class Tests Errors Failures Skipped Success Rate Time
Caverphone1Test 9 0 0 0 100% 0.003
Caverphone2Test 13 0 0 0 100% 0.175
ColognePhoneticTest 13 0 0 0 100% 0
DaitchMokotoffSoundexTest 13 0 0 0 100% 0
DoubleMetaphone2Test 6 0 0 0 100% 0
DoubleMetaphoneTest 16 0 0 0 100% 0
MatchRatingApproachEncoderTest 96 0 0 0 100% 0.002
MetaphoneTest 34 0 0 0 100% 0
NysiisTest 23 0 0 0 100% 0
RefinedSoundexTest 10 0 0 0 100% 0
SoundexTest 28 0 0 0 100% 0

org.apache.commons.codec.digest

Class Tests Errors Failures Skipped Success Rate Time
Apr1CryptTest 8 0 0 0 100% 0.321
B64Test 2 0 0 0 100% 0
CryptTest 4 0 0 0 100% 0.276
DigestUtilsTest 17 0 0 0 100% 0.449
HmacUtilsTest 24 0 0 0 100% 0.285
Md5CryptTest 7 0 0 0 100% 0.108
Sha256CryptTest 7 0 0 0 100% 0.351
Sha2CryptTest 1 0 0 0 100% 0
Sha512CryptTest 8 0 0 0 100% 0.19
UnixCryptTest 9 0 0 0 100% 0.025

org.apache.commons.codec.binary

Class Tests Errors Failures Skipped Success Rate Time
Base32InputStreamTest 16 0 0 0 100% 0.25
Base32OutputStreamTest 6 0 0 0 100% 0.175
Base32Test 8 0 0 0 100% 0
Base64Codec13Test 8 0 0 0 100% 0
Base64InputStreamTest 19 0 0 0 100% 0.122
Base64OutputStreamTest 7 0 0 0 100% 0.21
Base64Test 53 0 0 1 98.113% 0.029
BaseNCodecTest 7 0 0 0 100% 0
BinaryCodecTest 13 0 0 0 100% 0.001
HexTest 19 0 0 0 100% 0.3
StringUtilsTest 17 0 0 0 100% 0

Test Cases

[Summary] [Package List] [Test Cases]

Base32InputStreamTest

testBase32InputStreamByteByByte 0.14
testSkipToEnd 0
testSkipNone 0.004
testRead0 0
testBase32EmptyInputStreamPemChuckSize 0
testMarkSupported 0
testReadOutOfBounds 0
testReadNull 0
testCodec105 0
testCodec130 0
testSkipWrongArgument 0
testAvailable 0
testBase32EmptyInputStreamMimeChuckSize 0
testSkipPastEnd 0
testSkipBig 0
testBase32InputStreamByChunk 0.106

Base32OutputStreamTest

testWriteOutOfBounds 0
testBase32EmptyOutputStreamPemChunkSize 0
testWriteToNullCoverage 0
testBase32EmptyOutputStreamMimeChunkSize 0
testBase32OutputStreamByChunk 0.021
testBase32OutputStreamByteByByte 0.154

Base32Test

testBase32Samples 0
testBase32SamplesNonDefaultPadding 0
testRandomBytes 0
testRandomBytesHex 0
testSingleCharEncoding 0
testRandomBytesChunked 0
testBase32HexSamples 0
testBase32Chunked 0

Base64Codec13Test

testEncoder 0
testBinaryEncoder 0
testStaticEncodeChunked 0
testDecoder 0
testBinaryDecoder 0
testStaticDecodeChunked 0
testStaticDecode 0
testStaticEncode 0

Base64InputStreamTest

testSkipToEnd 0
testSkipNone 0
testCodec98NPE 0
testRead0 0
testBase64InputStreamByChunk 0.037
testMarkSupported 0.001
testInputStreamReader 0
testReadOutOfBounds 0
testReadNull 0
testCodec101 0
testCodec105 0
testCodec130 0.001
testSkipWrongArgument 0
testAvailable 0
testBase64EmptyInputStreamPemChuckSize 0
testBase64EmptyInputStreamMimeChuckSize 0
testSkipPastEnd 0
testSkipBig 0.001
testBase64InputStreamByteByByte 0.082

Base64OutputStreamTest

testCodec98NPE 0
testWriteOutOfBounds 0
testBase64OutputStreamByteByByte 0.195
testWriteToNullCoverage 0
testBase64EmptyOutputStreamMimeChunkSize 0
testBase64EmptyOutputStreamPemChunkSize 0
testBase64OutputStreamByChunk 0.015

Base64Test

testTriplets 0
testCodeIntegerEdgeCases 0.001
testStringToByteVariations 0.001
testConstructor_Int_ByteArray_Boolean_UrlSafe 0
testSingletonsChunked 0
testKnownDecodings 0
testPairs 0.001
testUUID 0
testEncodeDecodeSmall 0.001
testConstructors 0
testHugeLineSeparator 0
skipped
testObjectDecodeWithValidParameter 0
testCodeInteger1 0.001
testCodeInteger2 0
testCodeInteger3 0
testCodeInteger4 0
testObjectEncode 0
testRfc2045Section6Dot8ChunkSizeDefinition 0
testUrlSafe 0.007
testObjectEncodeWithInvalidParameter 0
testEncodeDecodeRandom 0.006
testRfc2045Section2Dot1CrLfDefinition 0
testDecodeWithWhitespace 0
testDecodePadOnlyChunked 0
testKnownEncodings 0.001
testIgnoringNonBase64InDecode 0
testCodec112 0
testDecodePadMarkerIndex2 0
testDecodePadMarkerIndex3 0
testIsUrlSafe 0
testEncodeOverMaxSize 0
testEmptyBase64 0
testSingletons 0.006
testTripletsChunked 0.001
testCodec68 0
testRfc4648Section10DecodeEncode 0
testObjectDecodeWithInvalidParameter 0
testIsArrayByteBase64 0
testDecodePadOnly 0
testChunkedEncodeMultipleOf76 0.001
testBase64 0
testRfc1421Section6Dot8ChunkSizeDefinition 0
testNonBase64Test 0
testConstructor_Int_ByteArray_Boolean 0.001
testByteToStringVariations 0
testObjectEncodeWithValidParameter 0
testRfc4648Section10DecodeWithCrLf 0.001
testRfc4648Section10Decode 0
testRfc4648Section10Encode 0
testCodeIntegerNull 0
testIsStringBase64 0
testRfc4648Section10EncodeDecode 0
testDecodeWithInnerPad 0

BaseNCodecTest

testBaseNCodec 0
testProvidePaddingByte 0
testIsInAlphabetByte 0
testContainsAlphabetOrPad 0
testIsWhiteSpace 0
testIsInAlphabetString 0
testIsInAlphabetByteArrayBoolean 0

BinaryCodecTest

testToAsciiBytes 0
testToAsciiChars 0
testToByteArrayFromString 0
testEncodeByteArray 0
testEncodeObjectNull 0
testToAsciiString 0
testFromAsciiByteArray 0
testDecodeObjectException 0
testDecodeObject 0
testEncodeObjectException 0.001
testEncodeObject 0
testDecodeByteArray 0
testFromAsciiCharArray 0

HexTest

testDencodeEmpty 0
testHelloWorldLowerCaseHex 0
testCustomCharset 0.285
testHelloWorldUpperCaseHex 0
testEncodeClassCastException 0
testEncodeDecodeRandom 0.014
testCustomCharsetBadName 0
testDecodeBadCharacterPos0 0
testDecodeBadCharacterPos1 0
testEncodeZeroes 0
testDecodeClassCastException 0
testEncodeEmpty 0
testDecodeHexOddCharacters1 0
testDecodeHexOddCharacters3 0
testDecodeHexOddCharacters5 0
testRequiredCharset 0
testCustomCharsetToString 0.001
testDecodeStringOddCharacters 0
testDecodeArrayOddCharacters 0

StringUtilsTest

testNewStringNullInput 0
testGetBytesUtf16 0
testGetBytesUtf8 0
testGetBytesIso8859_1 0
testGetBytesUsAscii 0
testGetBytesUtf16Be 0
testGetBytesUtf16Le 0
testGetBytesUncheckedNullInput 0
testNewStringIso8859_1 0
testGetBytesUncheckedBadName 0
testNewStringUtf8 0
testNewStringUsAscii 0
testNewStringUtf16Be 0
testNewStringUtf16Le 0
testNewStringUtf16 0
testConstructor 0
testNewStringBadEnc 0

CharEncodingTest

testUtf16 0
testUtf8 0
testUsAscii 0
testUtf16Be 0
testUtf16Le 0
testIso8859_1 0
testConstructor 0.001

CharsetsTest

testUtf16 0
testUtf8 0
testUsAscii 0
testUtf16Be 0
testUtf16Le 0
testToCharset 0
testIso8859_1 0

DecoderExceptionTest

testConstructor0 0
testConstructorThrowable 0
testConstructorStringThrowable 0
testConstructorString 0

Apr1CryptTest

testApr1CryptBytes 0.113
testApr1CryptWithEmptySalt 0
testApr1CryptNullData 0
testApr1CryptWithoutSalt 0.037
testApr1LongSalt 0.02
testApr1CryptExplicitCall 0.058
testApr1CryptWithInvalidSalt 0
testApr1CryptStrings 0.093

B64Test

testB64T 0
testB64from24bit 0

CryptTest

testDefaultCryptVariant 0.22
testCrypt 0
testCryptWithEmptySalt 0.002
testCryptWithBytes 0.054

DigestUtilsTest

testMd2Length 0.014
testInternalNoSuchAlgorithmException 0.081
testConstructable 0
testSha1UpdateWithByteArray 0.002
testSha1UpdateWithString 0
testMd5HexLength 0
testShaUpdateWithByteArray 0
testMd5Length 0
testMd2Hex 0.232
testMd5Hex 0.009
testSha1Hex 0.026
testMd2HexLength 0
testSha256 0.033
testSha384 0.023
testSha512 0.016
testShaHex 0.013
testShaUpdateWithString 0

HmacUtilsTest

testHmacMd5Hex 0.28
testHmacSha1Hex 0.001
testSecretKeySpecAllowsEmtyKeys 0
testHmacSha1UpdateWithByteArray 0
testSha256HMacFail 0
testInternalNoSuchAlgorithmException 0
testSha256HMac 0.001
testInitializedMacNullKey 0
testGetHMac 0.001
testSha1HMacFail 0
testSha1HMac 0
testInitializedMacNullAlgo 0
testSha384HMacFail 0
testSha384HMac 0
testMd5HMac 0
testMd5HMacFail 0
testInitializedMac 0
testSha512HMacFail 0
testHmacSha1UpdateWithString 0
testHmacSha1UpdateWithInpustream 0.001
testNullKey 0
testEmptyKey 0
testSha512HMac 0.001
testConstructor 0

Md5CryptTest

testMd5CryptNullData 0
testCtor 0.001
testMd5CryptBytes 0.024
testMd5CryptLongInput 0.013
testMd5CryptWithEmptySalt 0
testMd5CryptExplicitCall 0.023
testMd5CryptStrings 0.047

Sha256CryptTest

testSha256CryptNullData 0
testSha256CryptBytes 0.166
testSha256CryptWithEmptySalt 0
testSha2CryptRounds 0.051
testSha256LargetThanBlocksize 0.028
testSha256CryptExplicitCall 0.026
testSha256CryptStrings 0.08

Sha2CryptTest

testCtor 0

Sha512CryptTest

testSha2CryptRounds 0.024
testSha2CryptWrongSalt 0
testSha256LargetThanBlocksize 0.031
testSha512CryptWithEmptySalt 0.001
testSha512CryptBytes 0.034
testSha512CryptStrings 0.074
testSha512CryptNullData 0
testSha512CryptExplicitCall 0.026

UnixCryptTest

testUnicCryptInvalidSalt 0
testUnixCryptStrings 0.001
testCtor 0
testUnixCryptExplicitCall 0.001
testUnixCryptNullData 0
testUnixCryptWithoutSalt 0
testUnixCryptWithEmptySalt 0
testUnixCryptWithHalfSalt 0
testUnixCryptBytes 0.023

EncoderExceptionTest

testConstructor0 0
testConstructorThrowable 0
testConstructorStringThrowable 0
testConstructorString 0

BeiderMorseEncoderTest

testEncodeGna 0.353
testAsciiEncodeNotEmpty1Letter 0.021
testInvalidLanguageIllegalArgumentException 0
testSetRuleTypeExact 0.001
testAllChars 2.143
testEncodeAtzNotEmpty 0.001
testOOM 0.008
testNegativeIndexForRuleMatchIndexOutOfBoundsException 0.001
testInvalidLangIllegalArgumentException 0
testAsciiEncodeNotEmpty2Letters 0.168
testSpeedCheck 0.076
testSetNameTypeAsh 0
testSetConcat 0.001
testSpeedCheck2 0.027
testSpeedCheck3 0.053
testSetRuleTypeToRulesIllegalArgumentException 0
testLongestEnglishSurname 0.004
testInvalidLangIllegalStateException 0.001
testEncodeWithInvalidObject 0
testEncodeNull 0
testEncodeEmpty 0.001
testLocaleIndependence 0.001

LanguageGuessingTest

testLanguageGuessing[Renault-french-exact] 0.001
testLanguageGuessing[Mickiewicz-polish-exact] 0
testLanguageGuessing[Thompson-english-one of] 0
testLanguageGuessing[Nuñez-spanish-exact] 0
testLanguageGuessing[Carvalho-portuguese-exact] 0
testLanguageGuessing[Čapek-czech-exact] 0
testLanguageGuessing[Sjneijder-dutch-exact] 0
testLanguageGuessing[Klausewitz-german-exact] 0
testLanguageGuessing[Küçük-turkish-exact] 0.001
testLanguageGuessing[Giacometti-italian-exact] 0
testLanguageGuessing[Nagy-hungarian-exact] 0
testLanguageGuessing[Ceauşescu-romanian-exact] 0
testLanguageGuessing[Angelopoulos-greeklatin-exact] 0
testLanguageGuessing[Αγγελόπουλος-greek-exact] 0
testLanguageGuessing[Пушкин-cyrillic-exact] 0
testLanguageGuessing[כהן-hebrew-exact] 0
testLanguageGuessing[ácz-any-exact] 0
testLanguageGuessing[átz-any-exact] 0.001

PhoneticEngineRegressionTest

testSolrGENERIC 0.005
testSolrSEPHARDIC 0.005
testCompatibilityWithOriginalVersion 0.002
testSolrASHKENAZI 0.004

PhoneticEngineTest

testEncode[Renault-rinD|rinDlt|rina|rinalt|rino|rinolt|rinu|rinult-GENERIC-APPROX] 0.001
testEncode[Renault-rYnDlt|rYnalt|rYnult|rinDlt|rinalt|rinolt|rinult-ASHKENAZI-APPROX] 0.001
testEncode[Renault-rinDlt-ASHKENAZI-APPROX] 0
testEncode[Renault-rinDlt-SEPHARDIC-APPROX] 0
testEncode[SntJohn-Smith-sntjonsmit-GENERIC-EXACT] 0.001
testEncode[d'ortley-(ortlaj|ortlej)-(dortlaj|dortlej)-GENERIC-EXACT] 0
testEncode[van helsing-(elSink|elsink|helSink|helsink|helzink|xelsink)-(banhelsink|fanhelsink|fanhelzink|vanhelsink|vanhelzink|vanjelsink)-GENERIC-EXACT] 0
testEncode[Judenburg-iudnbYrk|iudnbirk|iudnburk|xudnbirk|xudnburk|zudnbirk|zudnburk-GENERIC-APPROX] 0.001

RuleTest

testPhonemeComparedToLaterIsNegative 0
testSubSequenceWorks 0
testPhonemeComparedToSelfIsZero 0

Caverphone1Test

testEndMb 0
testIsCaverphoneEquals 0
testWikipediaExamples 0
testSpecificationV1Examples 0
testCaverphoneRevisitedCommonCodeAT1111 0.002
testEncodeWithInvalidObject 0
testEncodeNull 0
testEncodeEmpty 0
testLocaleIndependence 0.001

Caverphone2Test

testCaverphoneRevisitedRandomNameTTA1111111 0.003
testCaverphoneRevisitedRandomNameTN11111111 0.172
testCaverphoneRevisitedRandomNameKLN1111111 0
testEndMb 0
testIsCaverphoneEquals 0
testCaverphoneRevisitedCommonCodeAT11111111 0
testCaverphoneRevisitedExamples 0
testCaverphoneRevisitedRandomWords 0
testSpecificationExamples 0
testEncodeWithInvalidObject 0
testEncodeNull 0
testEncodeEmpty 0
testLocaleIndependence 0

ColognePhoneticTest

testExamples 0
testVariationsMella 0
testVariationsMeyer 0
testAychlmajrForCodec122 0
testEdgeCases 0
testIsEncodeEquals 0
testAabjoe 0
testAaclan 0
testHyphen 0
testEncodeWithInvalidObject 0
testEncodeNull 0
testEncodeEmpty 0
testLocaleIndependence 0

DaitchMokotoffSoundexTest

testSoundexBasic 0
testAdjacentCodes 0
testSpecialRomanianCharacters 0
testSoundexBasic2 0
testSoundexBasic3 0
testEncodeIgnoreHyphens 0
testEncodeIgnoreTrimmable 0
testEncodeIgnoreApostrophes 0
testAccentedCharacterFolding 0
testEncodeWithInvalidObject 0
testEncodeNull 0
testEncodeEmpty 0
testLocaleIndependence 0

DoubleMetaphone2Test

testDoubleMetaphonePrimary 0
testDoubleMetaphoneAlternate 0
testEncodeWithInvalidObject 0
testEncodeNull 0
testEncodeEmpty 0
testLocaleIndependence 0

DoubleMetaphoneTest

testSetMaxCodeLength 0
testIsDoubleMetaphoneEqualBasic 0
testEmpty 0
testCCedilla 0
testCodec184 0
testIsDoubleMetaphoneEqualExtended1 0
testIsDoubleMetaphoneEqualExtended2 0
testIsDoubleMetaphoneEqualExtended3 0
testIsDoubleMetaphoneEqualWithMATCHES 0
testDoubleMetaphone 0
testNTilde 0
testIsDoubleMetaphoneNotEqual 0
testEncodeWithInvalidObject 0
testEncodeNull 0
testEncodeEmpty 0
testLocaleIndependence 0

MatchRatingApproachEncoderTest

testisEncodeEquals_CornerCase_SecondNameJustSpace_ReturnsFalse 0
testCompare_SOPHIE_SOFIA_SuccessfullyMatched 0
testGetMinRating_1_Returns5_Successfully 0
testisEncodeEquals_CornerCase_SecondNameNothing_ReturnsFalse 0
testCompare_SurnameCornerCase_Nulls_NoMatch 0
testGetMinRating_7_Return4_Successfully 0
testCompare_SAM_SAMUEL_SuccessfullyMatched 0
testisEncodeEquals_CornerCase_FirstNameNothing_ReturnsFalse 0
testgetMinRating_6_Returns4_Successfully 0
testAccentRemoval_NullValue_ReturnNullSuccessfully 0
testleftTorightThenRightToLeft_EINSTEIN_MICHAELA_Returns0 0
testCompare_STEPHEN_STEVEN_SuccessfullyMatched 0
testCompare_Surname_MOSKOWITZ_MOSKOVITZ_SuccessfullyMatched 0
testCompare_SurnamesCornerCase_MURPHY_Space_NoMatch 0
testCompare_OONA_OONAGH_SuccessfullyMatched 0
testCompare_Forenames_SEAN_JOHN_MatchExpected 0
testCompare_Surname_HAILEY_HALLEY_SuccessfullyMatched 0
testCompare_TOMASZ_TOM_SuccessfullyMatched 0
testCompare_KARL_ALESSANDRO_DoesNotMatch 0
testCompare_Surname_LIPSHITZ_LIPPSZYC_SuccessfullyMatched 0
testCompare_CATHERINE_KATHRYN_SuccessfullyMatched 0
testRemoveVowel__AIDAN_Returns_ADN 0
testIsVowel_CapitalA_ReturnsTrue 0
testRemoveSingleDoubleConsonants_BUBLE_RemovedSuccessfully 0
testRemoveDoubleConsonants_MISSISSIPPI_RemovedSuccessfully 0
testAccentRemoval_MixedWithUnusualChars_SuccessfullyRemovedAndUnusualcharactersInvariant 0
testGetEncoding_Null_to_Nothing 0
testCompareNameSameNames_ReturnsFalseSuccessfully 0
testGetMinRating_2_Returns5_Successfully 0
testCompare_ZACH_ZAKARIA_SuccessfullyMatched 0
testCompare_MCGOWAN_MCGEOGHEGAN_SuccessfullyMatched 0
testCompare_Surname_SZLAMAWICZ_SHLAMOVITZ_SuccessfullyMatched 0
testRemoveVowel_ALESSANDRA_Returns_ALSSNDR 0
testCompare_ShortNames_AL_ED_WorksButNoMatch 0.001
testAccentRemoval_ComprehensiveAccentMix_AllSuccessfullyRemoved 0
testgetMinRating_7_Returns4_Successfully 0
testCompare_SMITH_SMYTH_SuccessfullyMatched 0
testGetEncoding_HARPER_HRPR 0
testCompare_STEPHEN_STEFAN_SuccessfullyMatched 0
testleftTorightThenRightToLeft_ALEXANDER_ALEXANDRA_Returns4 0
testCompare_MICKY_MICHAEL_SuccessfullyMatched 0
testIsVowel_SmallD_ReturnsFalse 0
testAccentRemoval_GerSpanFrenMix_SuccessfullyRemoved 0
testisEncodeEquals_CornerCase_SecondNameNull_ReturnsFalse 0
testgetMinRating_11_Returns_3_Successfully 0
testGetFirstLast3__ALEXANDER_Returns_Aleder 0
testgetMinRating_5_Returns4_Successfully2 0
testCompare_Surname_COOPERFLYNN_SUPERLYN_SuccessfullyMatched 0
testCompare_Surname_PRZEMYSL_PSHEMESHIL_SuccessfullyMatched 0
testCompareNameNullSpace_ReturnsFalseSuccessfully 0
testGetMinRating_13_Returns_1_Successfully 0
testCompare_BURNS_BOURNE_SuccessfullyMatched 0
testAccentRemovalNormalString_NoChange 0
testCompare_SmallInput_CARK_Kl_SuccessfullyMatched 0
testCompare_PETERSON_PETERS_SuccessfullyMatched 0
testCompare_Surname_ROSOCHOWACIEC_ROSOKHOVATSETS_SuccessfullyMatched 0
testCompare_Surname_AUERBACH_UHRBACH_SuccessfullyMatched 0
testisEncodeEquals_CornerCase_FirstNameJust1Letter_ReturnsFalse 0
testGetEncoding_NoSpace_to_Nothing 0
testCompare_LongSurnames_OMUIRCHEARTAIGH_OMIREADHAIGH_SuccessfulMatch 0
testRemoveDoubleDoubleVowel_BEETLE_NotRemoved 0
testCompare_Forenames_UNA_OONAGH_ShouldSuccessfullyMatchButDoesNot 0
testCompare_STEVEN_STEFAN_SuccessfullyMatched 0
testAccentRemoval_UpperandLower_SuccessfullyRemovedAndCaseInvariant 0
testisEncodeEquals_CornerCase_FirstNameJustSpace_ReturnsFalse 0
testcleanName_SuccessfullyClean 0
testisEncodeEquals_CornerCase_FirstNameNull_ReturnsFalse 0
testCompare_Forenames_SEAN_PETE_NoMatchExpected 0
testCompare_COLM_COLIN_WithAccentsAndSymbolsAndSpaces_SuccessfullyMatched 0
testCompare_LongSurnames_MORIARTY_OMUIRCHEARTAIGH_DoesNotSuccessfulMatch 0
testisVowel_SingleVowel_ReturnsTrue 0
testCompare_Surname_OSULLIVAN_OSUILLEABHAIN_SuccessfulMatch 0
testCompare_Surnames_MURPHY_LYNCH_NoMatchExpected 0
testCompare_SEAN_SHAUN_SuccessfullyMatched 0
testCompareNameToSingleLetter_KARL_C_DoesNotMatch 0
testCompare_FRANCISZEK_FRANCES_SuccessfullyMatched 0
testGetEncoding_SMYTH_to_SMYTH 0
testgetMinRating_8_Returns3_Successfully 0
testGetFirstLast3_PETE_Returns_PETE 0
testgetMinRating_5_Returns4_Successfully 0
testAccentRemoval_NINO_NoChange 0
testgetMinRating_10_Returns3_Successfully 0
testGetEncoding_One_Letter_to_Nothing 0
testAccentRemoval_AllLower_SuccessfullyRemoved 0
testRemoveVowel__DECLAN_Returns_DCLN 0
testGetEncoding_Space_to_Nothing 0
testisEncodeEqualsSecondNameJust1Letter_ReturnsFalse 0
testGetEncoding_SMITH_to_SMTH 0
testAccentRemoval_WithSpaces_SuccessfullyRemovedAndSpacesInvariant 0
testCompare_Surname_LEWINSKY_LEVINSKI_SuccessfullyMatched 0
testCompare_SurnamesCornerCase_MURPHY_NoSpace_NoMatch 0
testCompare_BRIAN_BRYAN_SuccessfullyMatched 0
testEncodeWithInvalidObject 0
testEncodeNull 0.001
testEncodeEmpty 0
testLocaleIndependence 0

MetaphoneTest

testTranslateOfSCHAndCH 0
testTranslateToJOfDGEOrDGIOrDGY 0
testTCH 0
testWhy 0
testIsMetaphoneEqual1 0
testIsMetaphoneEqual2 0
testPHTOF 0
testDiscardOfSilentGN 0
testIsMetaphoneEqualParis 0
testIsMetaphoneEqualPeter 0
testIsMetaphoneEqualSusan 0
testIsMetaphoneEqualWhite 0
testIsMetaphoneEqualXalan 0
testIsMetaphoneEqualAlbert 0
testIsMetaphoneEqualKnight 0
testMetaphone 0
testIsMetaphoneEqualWright 0
testSHAndSIOAndSIAToX 0
testSetMaxLengthWithTruncation 0
testTIOAndTIAToX 0
testExceedLength 0
testWordEndingInMB 0
testIsMetaphoneEqualAero 0
testIsMetaphoneEqualGary 0
testIsMetaphoneEqualJohn 0
testIsMetaphoneEqualMary 0
testDiscardOfSilentHAfterG 0
testWordsWithCIA 0
testDiscardOfSCEOrSCIOrSCY 0
testIsMetaphoneEqualRay 0
testEncodeWithInvalidObject 0
testEncodeNull 0
testEncodeEmpty 0
testLocaleIndependence 0

NysiisTest

testRule4Dot1 0
testRule4Dot2 0
testCap 0
testDad 0
testDan 0
testFal 0
testRule1 0
testRule2 0
testRule5 0
testRule6 0
testRule7 0
testBran 0
testSnad 0
testSnat 0
testTrueVariant 0
testDropBy 0
testOthers 0
testTranan 0
testSpecialBranches 0
testEncodeWithInvalidObject 0
testEncodeNull 0
testEncodeEmpty 0
testLocaleIndependence 0

RefinedSoundexTest

testDifference 0
testNewInstance 0
testGetMappingCodeNonLetter 0
testEncode 0
testNewInstance2 0
testNewInstance3 0
testEncodeWithInvalidObject 0
testEncodeNull 0
testEncodeEmpty 0
testLocaleIndependence 0

SoundexTest

testBadCharacters 0
testUsEnglishStatic 0
testMsSqlServer1 0
testMsSqlServer2 0
testMsSqlServer3 0
testB650 0
testEncodeBatch2 0
testEncodeBatch3 0
testEncodeBatch4 0
testSoundexUtilsNullBehaviour 0
testEncodeIgnoreHyphens 0
testEncodeIgnoreTrimmable 0
testEncodeIgnoreApostrophes 0
testDifference 0
testNewInstance 0
testEncodeBasic 0
testUsMappingEWithAcute 0
testNewInstance2 0
testNewInstance3 0
testSoundexUtilsConstructable 0
testUsMappingOWithDiaeresis 0
testHWRuleEx1 0
testHWRuleEx2 0
testHWRuleEx3 0
testEncodeWithInvalidObject 0
testEncodeNull 0
testEncodeEmpty 0
testLocaleIndependence 0

BCodecTest

testUTF8RoundTrip 0
testBasicEncodeDecode 0
testDecodeStringWithNull 0
testDecodeObjects 0.001
testEncodeDecodeNull 0
testInvalidEncoding 0
testEncodeStringWithNull 0
testEncodeObjects 0
testNullInput 0

QCodecTest

testUTF8RoundTrip 0
testEncodeDecodeBlanks 0
testBasicEncodeDecode 0
testLetUsMakeCloverHappy 0
testDecodeStringWithNull 0
testDecodeObjects 0
testEncodeDecodeNull 0
testInvalidEncoding 0
testEncodeStringWithNull 0
testEncodeObjects 0
testUnsafeEncodeDecode 0
testNullInput 0

QuotedPrintableCodecTest

testUTF8RoundTrip 0
testEncodeNull 0
testEncodeUrlWithNullBitSet 0
testBasicEncodeDecode 0
testDefaultEncoding 0
testSafeCharEncodeDecode 0
testDecodeInvalid 0
testSkipNotEncodedCRLF 0
testSoftLineBreakDecode 0
testSoftLineBreakEncode 0
testDecodeStringWithNull 0
testDecodeObjects 0
testEncodeDecodeNull 0
testInvalidEncoding 0
testUltimateSoftBreak 0
testEncodeStringWithNull 0
testTrailingSpecial 0
testEncodeObjects 0
testUnsafeEncodeDecode 0
testDecodeWithNullArray 0
testFinalBytes 0

RFC1522CodecTest

testDecodeInvalid 0
testNullInput 0

URLCodecTest

testUTF8RoundTrip 0
testEncodeNull 0
testDecodeInvalidContent 0
testEncodeUrlWithNullBitSet 0
testBasicEncodeDecode 0
testDefaultEncoding 0
testSafeCharEncodeDecode 0
testDecodeInvalid 0
testDecodeStringWithNull 0
testDecodeObjects 0
testEncodeDecodeNull 0
testInvalidEncoding 0
testEncodeStringWithNull 0
testEncodeObjects 0
testUnsafeEncodeDecode 0
testDecodeWithNullArray 0

UtilsTest

testConstructor 0

StringEncoderComparatorTest

testComparatorWithDoubleMetaphone 0
testComparatorWithDoubleMetaphoneAndInvalidInput 0
testComparatorWithSoundex 0

Failure Details

[Summary] [Package List] [Test Cases]


testHugeLineSeparator
skipped: skipped