Summary
[Summary] [Package List] [Test Cases]
Tests |
Errors |
Failures |
Skipped |
Success Rate |
Time |
1336 |
0 |
0 |
52 |
96.108% |
10.986 |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
Test Cases
[Summary] [Package List] [Test Cases]
RefinedSoundexTest
 |
testEncodeWithInvalidObject |
0 |
 |
testEncodeNull |
0 |
 |
testEncodeEmpty |
0 |
 |
testLocaleIndependence |
0.001 |
 |
testDifference |
0.001 |
 |
testNewInstance |
0.001 |
 |
testGetMappingCodeNonLetter |
0 |
 |
testEncode |
0 |
 |
testNewInstance2 |
0 |
 |
testNewInstance3 |
0 |
Base32Test
 |
testBase32HexSamplesReverseLowercase |
0 |
 |
testBase32Samples |
0 |
 |
testBase32SamplesNonDefaultPadding |
0 |
 |
testBase32ImpossibleSamples |
0.001 |
 |
testRandomBytes |
0 |
 |
testRandomBytesHex |
0 |
 |
testConstructors |
0.002 |
 |
testBase32AtBufferMiddle |
0 |
 |
testSingleCharEncoding |
0 |
 |
testBase32BinarySamplesReverse |
0.001 |
 |
testCodec200 |
0 |
 |
testRandomBytesChunked |
0 |
 |
testEmptyBase32 |
0 |
 |
testBase32HexSamples |
0 |
 |
testBase32DecodingOfTrailing10Bits |
0.002 |
 |
testBase32DecodingOfTrailing15Bits |
0 |
 |
testBase32DecodingOfTrailing20Bits |
0.001 |
 |
testBase32DecodingOfTrailing25Bits |
0 |
 |
testIsInAlphabet |
0 |
 |
testBase32DecodingOfTrailing30Bits |
0 |
 |
testBase32DecodingOfTrailing35Bits |
0 |
 |
testBase32BinarySamples |
0 |
 |
testBase32AtBufferStart |
0 |
 |
testBase32AtBufferEnd |
0 |
 |
testBase32Chunked |
0 |
 |
testBase32HexImpossibleSamples |
0 |
 |
testBase32ImpossibleChunked |
0.001 |
 |
testBase32DecodingOfTrailing5Bits |
0 |
 |
testBase32HexSamplesReverse |
0 |
Base64OutputStreamTest
 |
testStrictDecoding |
0.001 |
 |
testCodec98NPE |
0 |
 |
testWriteOutOfBounds |
0.001 |
 |
testBase64OutputStreamByteByByte |
0.039 |
 |
testWriteToNullCoverage |
0.001 |
 |
testBase64EmptyOutputStreamMimeChunkSize |
0 |
 |
testBase64EmptyOutputStreamPemChunkSize |
0.001 |
 |
testBase64OutputStreamByChunk |
0.012 |
PureJavaCrc32Test
 |
testCorrectness |
0.168 |
Apr1CryptTest
 |
testApr1CryptBytes |
0.004 |
 |
testApr1CryptWithEmptySalt |
0.001 |
 |
testApr1CryptNullData |
0 |
 |
testApr1CryptWithoutSalt |
0.002 |
 |
testApr1LongSalt |
0 |
 |
testApr1CryptBytesWithThreadLocalRandom |
0.002 |
 |
testApr1CryptExplicitCall |
0.002 |
 |
testApr1CryptWithInvalidSalt |
0 |
 |
testApr1CryptStrings |
0.004 |
DaitchMokotoffSoundexTest
 |
testEncodeWithInvalidObject |
0.001 |
 |
testEncodeNull |
0.001 |
 |
testEncodeEmpty |
0.004 |
 |
testLocaleIndependence |
0.001 |
 |
testSoundexBasic |
0.001 |
 |
testAdjacentCodes |
0.001 |
 |
testSpecialRomanianCharacters |
0.001 |
 |
testSoundexBasic2 |
0.001 |
 |
testSoundexBasic3 |
0.001 |
 |
testEncodeIgnoreHyphens |
0.001 |
 |
testEncodeIgnoreTrimmable |
0.001 |
 |
testEncodeIgnoreApostrophes |
0 |
 |
testAccentedCharacterFolding |
0 |
HexTest
 |
testEncodeHexByteString_ByteBufferBoolean_ToUpperCase |
0 |
 |
testDecodeHexStringOddCharacters1 |
0.001 |
 |
testEncodeDecodeHexCharArrayRandom |
0.007 |
 |
testDecodeByteBufferObjectEmpty |
0 |
 |
testEncodeHexByteArrayHelloWorldLowerCaseHex |
0 |
 |
testDecodeByteArrayOddCharacters |
0 |
 |
testDecodeHexCharArrayOddCharacters1 |
0 |
 |
testDecodeHexCharArrayOddCharacters3 |
0 |
 |
testDecodeHexCharArrayOddCharacters5 |
0 |
 |
testDecodeByteBufferOddCharacters |
0 |
 |
testEncodeHexByteBufferHelloWorldLowerCaseHex |
0 |
 |
testEncodeHexByteArrayHelloWorldUpperCaseHex |
0 |
 |
testDecodeByteBufferEmpty |
0 |
 |
testDecodeHexCharArrayOutBufferUnderSized |
0 |
 |
testDecodeHexCharArrayOutBufferUnderSizedByOffset |
0.001 |
 |
testCustomCharset |
0.176 |
 |
testEncodeHexByteArrayZeroes |
0.001 |
 |
testEncodeClassCastException |
0 |
 |
testEncodeByteBufferObjectEmpty |
0 |
 |
testDecodeHexStringOddCharacters |
0.001 |
 |
testDecodeStringEmpty |
0 |
 |
testEncodeHexByteString_ByteBufferOfZeroesWithLimit |
0 |
 |
testEncodeHexByteString_ByteArrayBoolean_ToLowerCase |
0 |
 |
testEncodeHexByteBufferHelloWorldUpperCaseHex |
0 |
 |
testCustomCharsetBadName |
0.001 |
 |
testEncodeByteBufferEmpty |
0 |
 |
testEncodeByteArrayObjectEmpty |
0 |
 |
testEncodeHex_ByteBufferWithLimit |
0 |
 |
testDecodeByteBufferAllocatedButEmpty |
0.001 |
 |
testEncodeHexReadOnlyByteBuffer |
0.001 |
 |
testDecodeByteBufferWithLimitOddCharacters |
0.001 |
 |
testDecodeBadCharacterPos0 |
0 |
 |
testDecodeBadCharacterPos1 |
0.001 |
 |
testDecodeHexStringEmpty |
0 |
 |
testEncodeHexByteString_ByteBufferWithLimitBoolean_ToLowerCase |
0 |
 |
testEncodeHexByteString_ByteArrayBoolean_ToUpperCase |
0 |
 |
testEncodeHexByteString_ByteArrayOfZeroes |
0 |
 |
testEncodeStringEmpty |
0 |
 |
testEncodeHexPartialInput |
0 |
 |
testDecodeByteArrayEmpty |
0 |
 |
testEncodeHex_ByteBufferOfZeroes |
0 |
 |
testEncodeHexPartialInputOverbounds |
0.001 |
 |
testGetCharset |
0 |
 |
testEncodeHexByteString_ByteBufferWithLimitBoolean_ToUpperCase |
0 |
 |
testGetCharsetName |
0 |
 |
testDecodeClassCastException |
0 |
 |
testEncodeHexByteString_ByteBufferOfZeroes |
0 |
 |
testEncodeDecodeHexCharArrayRandomToOutput |
0.005 |
 |
testEncodeHexByteString_ByteBufferBoolean_ToLowerCase |
0 |
 |
testDecodeByteArrayObjectEmpty |
0 |
 |
testEncodeByteArrayEmpty |
0 |
 |
testEncodeByteBufferAllocatedButEmpty |
0 |
 |
testDecodeByteBufferWithLimit |
0 |
 |
testRequiredCharset |
0 |
 |
testCustomCharsetToString |
0 |
 |
testEncodeHexByteBufferEmpty |
0 |
 |
testEncodeHexByteArrayEmpty |
0 |
 |
testEncodeHexPartialInputUnderbounds |
0 |
 |
testDecodeHexCharArrayEmpty |
0 |
CharSequenceUtilsTest
 |
testRegionMatches |
0.012 |
 |
testConstructor |
0 |
RFC1522CodecTest
 |
testDecodeInvalid |
0.027 |
 |
testNullInput |
0.001 |
NysiisTest
 |
testEncodeWithInvalidObject |
0.001 |
 |
testEncodeNull |
0.001 |
 |
testEncodeEmpty |
0 |
 |
testLocaleIndependence |
0.001 |
 |
testRule4Dot1 |
0 |
 |
testRule4Dot2 |
0 |
 |
testCap |
0.001 |
 |
testDad |
0 |
 |
testDan |
0 |
 |
testFal |
0 |
 |
testRule1 |
0 |
 |
testRule2 |
0 |
 |
testRule5 |
0 |
 |
testRule6 |
0 |
 |
testRule7 |
0.001 |
 |
testBran |
0 |
 |
testSnad |
0.001 |
 |
testSnat |
0 |
 |
testTrueVariant |
0 |
 |
testDropBy |
0.001 |
 |
testOthers |
0 |
 |
testTranan |
0.001 |
 |
testSpecialBranches |
0 |
Sha256CryptTest
 |
testSha256CryptNullData |
0.001 |
 |
testSha256CryptBytes |
0.027 |
 |
testSha256CryptWithEmptySalt |
0 |
 |
testSha2CryptRounds |
0.011 |
 |
testSha256CryptExplicitCall |
0.008 |
 |
testSha256LargestThanBlocksize |
0.016 |
 |
testSha256CryptStrings |
0.024 |
 |
testSha2CryptRoundsThreadLocalRandom |
0.011 |
SoundexTest
 |
testEncodeWithInvalidObject |
0 |
 |
testEncodeNull |
0 |
 |
testEncodeEmpty |
0 |
 |
testLocaleIndependence |
0 |
 |
testWikipediaAmericanSoundex |
0 |
 |
testBadCharacters |
0.001 |
 |
testSimplifiedSoundex |
0 |
 |
testUsEnglishStatic |
0 |
 |
testMsSqlServer1 |
0 |
 |
testMsSqlServer2 |
0.001 |
 |
testMsSqlServer3 |
0.001 |
 |
testB650 |
0.002 |
 |
testEncodeBatch2 |
0 |
 |
testEncodeBatch3 |
0.001 |
 |
testEncodeBatch4 |
0 |
 |
testSoundexUtilsNullBehaviour |
0.001 |
 |
testEncodeIgnoreHyphens |
0 |
 |
testEncodeIgnoreTrimmable |
0 |
 |
testEncodeIgnoreApostrophes |
0 |
 |
testGenealogy |
0 |
 |
testDifference |
0.001 |
 |
testNewInstance |
0 |
 |
testEncodeBasic |
0 |
 |
testUsMappingEWithAcute |
0.002 |
 |
testNewInstance2 |
0 |
 |
testNewInstance3 |
0 |
 |
testSoundexUtilsConstructable |
0 |
 |
testUsMappingOWithDiaeresis |
0.001 |
 |
testHWRuleEx1 |
0 |
 |
testHWRuleEx2 |
0 |
 |
testHWRuleEx3 |
0 |
StringEncoderComparatorTest
 |
testComparatorWithDoubleMetaphone |
0.01 |
 |
testComparatorWithDoubleMetaphoneAndInvalidInput |
0 |
 |
testComparatorWithSoundex |
0 |
DecoderExceptionTest
 |
testConstructor0 |
0.001 |
 |
testConstructorThrowable |
0 |
 |
testConstructorStringThrowable |
0.001 |
 |
testConstructorString |
0 |
HmacAlgorithmsTest
 |
testMacInputStream(HmacAlgorithms, byte[], String)[1] |
0.098 |
 |
testMacInputStream(HmacAlgorithms, byte[], String)[2] |
0.012 |
 |
testMacInputStream(HmacAlgorithms, byte[], String)[3] |
0.014 |
 |
testMacInputStream(HmacAlgorithms, byte[], String)[4] |
0.014 |
 |
testMacInputStream(HmacAlgorithms, byte[], String)[5] |
0.013 |
 |
testMacInputStream(HmacAlgorithms, byte[], String)[6] |
0.008 |
 |
testMacHexInputStream(HmacAlgorithms, byte[], String)[1] |
0.008 |
 |
testMacHexInputStream(HmacAlgorithms, byte[], String)[2] |
0.006 |
 |
testMacHexInputStream(HmacAlgorithms, byte[], String)[3] |
0.006 |
 |
testMacHexInputStream(HmacAlgorithms, byte[], String)[4] |
0.006 |
 |
testMacHexInputStream(HmacAlgorithms, byte[], String)[5] |
0.007 |
 |
testMacHexInputStream(HmacAlgorithms, byte[], String)[6] |
0.007 |
 |
testMacString(HmacAlgorithms, byte[], String)[1] |
0.007 |
 |
testMacString(HmacAlgorithms, byte[], String)[2] |
0.006 |
 |
testMacString(HmacAlgorithms, byte[], String)[3] |
0.007 |
 |
testMacString(HmacAlgorithms, byte[], String)[4] |
0.007 |
 |
testMacString(HmacAlgorithms, byte[], String)[5] |
0.007 |
 |
testMacString(HmacAlgorithms, byte[], String)[6] |
0.007 |
 |
testHmacHexFailInputStream(HmacAlgorithms, byte[], String)[1] |
0.006 |
 |
testHmacHexFailInputStream(HmacAlgorithms, byte[], String)[2] |
0.007 |
 |
testHmacHexFailInputStream(HmacAlgorithms, byte[], String)[3] |
0.006 |
 |
testHmacHexFailInputStream(HmacAlgorithms, byte[], String)[4] |
0.007 |
 |
testHmacHexFailInputStream(HmacAlgorithms, byte[], String)[5] |
0.006 |
 |
testHmacHexFailInputStream(HmacAlgorithms, byte[], String)[6] |
0.006 |
 |
testHmacFailByteArray(HmacAlgorithms, byte[], String)[1] |
0.006 |
 |
testHmacFailByteArray(HmacAlgorithms, byte[], String)[2] |
0.006 |
 |
testHmacFailByteArray(HmacAlgorithms, byte[], String)[3] |
0.005 |
 |
testHmacFailByteArray(HmacAlgorithms, byte[], String)[4] |
0.006 |
 |
testHmacFailByteArray(HmacAlgorithms, byte[], String)[5] |
0.005 |
 |
testHmacFailByteArray(HmacAlgorithms, byte[], String)[6] |
0.007 |
 |
testHmacFailString(HmacAlgorithms, byte[], String)[1] |
0.006 |
 |
testHmacFailString(HmacAlgorithms, byte[], String)[2] |
0.008 |
 |
testHmacFailString(HmacAlgorithms, byte[], String)[3] |
0.006 |
 |
testHmacFailString(HmacAlgorithms, byte[], String)[4] |
0.006 |
 |
testHmacFailString(HmacAlgorithms, byte[], String)[5] |
0.006 |
 |
testHmacFailString(HmacAlgorithms, byte[], String)[6] |
0.006 |
 |
testHmacHexFailByteArray(HmacAlgorithms, byte[], String)[1] |
0.006 |
 |
testHmacHexFailByteArray(HmacAlgorithms, byte[], String)[2] |
0.008 |
 |
testHmacHexFailByteArray(HmacAlgorithms, byte[], String)[3] |
0.006 |
 |
testHmacHexFailByteArray(HmacAlgorithms, byte[], String)[4] |
0.005 |
 |
testHmacHexFailByteArray(HmacAlgorithms, byte[], String)[5] |
0.005 |
 |
testHmacHexFailByteArray(HmacAlgorithms, byte[], String)[6] |
0.006 |
 |
testGetHmacEmptyKey(HmacAlgorithms, byte[], String)[1] |
0.007 |
 |
testGetHmacEmptyKey(HmacAlgorithms, byte[], String)[2] |
0.005 |
 |
testGetHmacEmptyKey(HmacAlgorithms, byte[], String)[3] |
0.006 |
 |
testGetHmacEmptyKey(HmacAlgorithms, byte[], String)[4] |
0.005 |
 |
testGetHmacEmptyKey(HmacAlgorithms, byte[], String)[5] |
0.006 |
 |
testGetHmacEmptyKey(HmacAlgorithms, byte[], String)[6] |
0.007 |
 |
testHmacHexFailString(HmacAlgorithms, byte[], String)[1] |
0.006 |
 |
testHmacHexFailString(HmacAlgorithms, byte[], String)[2] |
0.005 |
 |
testHmacHexFailString(HmacAlgorithms, byte[], String)[3] |
0.007 |
 |
testHmacHexFailString(HmacAlgorithms, byte[], String)[4] |
0.01 |
 |
testHmacHexFailString(HmacAlgorithms, byte[], String)[5] |
0.008 |
 |
testHmacHexFailString(HmacAlgorithms, byte[], String)[6] |
0.008 |
 |
testHmacFailInputStream(HmacAlgorithms, byte[], String)[1] |
0.01 |
 |
testHmacFailInputStream(HmacAlgorithms, byte[], String)[2] |
0.01 |
 |
testHmacFailInputStream(HmacAlgorithms, byte[], String)[3] |
0.006 |
 |
testHmacFailInputStream(HmacAlgorithms, byte[], String)[4] |
0.007 |
 |
testHmacFailInputStream(HmacAlgorithms, byte[], String)[5] |
0.006 |
 |
testHmacFailInputStream(HmacAlgorithms, byte[], String)[6] |
0.006 |
 |
testInitializedMac(HmacAlgorithms, byte[], String)[1] |
0.008 |
 |
testInitializedMac(HmacAlgorithms, byte[], String)[2] |
0.006 |
 |
testInitializedMac(HmacAlgorithms, byte[], String)[3] |
0.007 |
 |
testInitializedMac(HmacAlgorithms, byte[], String)[4] |
0.007 |
 |
testInitializedMac(HmacAlgorithms, byte[], String)[5] |
0.006 |
 |
testInitializedMac(HmacAlgorithms, byte[], String)[6] |
0.007 |
 |
testAlgorithm(HmacAlgorithms, byte[], String)[1] |
0.01 |
 |
testAlgorithm(HmacAlgorithms, byte[], String)[2] |
0.006 |
 |
testAlgorithm(HmacAlgorithms, byte[], String)[3] |
0.006 |
 |
testAlgorithm(HmacAlgorithms, byte[], String)[4] |
0.006 |
 |
testAlgorithm(HmacAlgorithms, byte[], String)[5] |
0.006 |
 |
testAlgorithm(HmacAlgorithms, byte[], String)[6] |
0.007 |
 |
testGetHmacNullKey(HmacAlgorithms, byte[], String)[1] |
0.007 |
 |
testGetHmacNullKey(HmacAlgorithms, byte[], String)[2] |
0.006 |
 |
testGetHmacNullKey(HmacAlgorithms, byte[], String)[3] |
0.006 |
 |
testGetHmacNullKey(HmacAlgorithms, byte[], String)[4] |
0.007 |
 |
testGetHmacNullKey(HmacAlgorithms, byte[], String)[5] |
0.007 |
 |
testGetHmacNullKey(HmacAlgorithms, byte[], String)[6] |
0.006 |
 |
testMacByteArray(HmacAlgorithms, byte[], String)[1] |
0.007 |
 |
testMacByteArray(HmacAlgorithms, byte[], String)[2] |
0.006 |
 |
testMacByteArray(HmacAlgorithms, byte[], String)[3] |
0.007 |
 |
testMacByteArray(HmacAlgorithms, byte[], String)[4] |
0.006 |
 |
testMacByteArray(HmacAlgorithms, byte[], String)[5] |
0.01 |
 |
testMacByteArray(HmacAlgorithms, byte[], String)[6] |
0.01 |
 |
testMacHexByteArray(HmacAlgorithms, byte[], String)[1] |
0.006 |
 |
testMacHexByteArray(HmacAlgorithms, byte[], String)[2] |
0.007 |
 |
testMacHexByteArray(HmacAlgorithms, byte[], String)[3] |
0.006 |
 |
testMacHexByteArray(HmacAlgorithms, byte[], String)[4] |
0.008 |
 |
testMacHexByteArray(HmacAlgorithms, byte[], String)[5] |
0.006 |
 |
testMacHexByteArray(HmacAlgorithms, byte[], String)[6] |
0.012 |
 |
testMacHexString(HmacAlgorithms, byte[], String)[1] |
0.009 |
 |
testMacHexString(HmacAlgorithms, byte[], String)[2] |
0.006 |
 |
testMacHexString(HmacAlgorithms, byte[], String)[3] |
0.006 |
 |
testMacHexString(HmacAlgorithms, byte[], String)[4] |
0.006 |
 |
testMacHexString(HmacAlgorithms, byte[], String)[5] |
0.007 |
 |
testMacHexString(HmacAlgorithms, byte[], String)[6] |
0.007 |
B64Test
 |
testB64T |
0 |
 |
testB64from24bit |
0 |
Base32OutputStreamTest
 |
testStrictDecoding |
0.003 |
 |
testWriteOutOfBounds |
0.002 |
 |
testBase32EmptyOutputStreamPemChunkSize |
0.001 |
 |
testWriteToNullCoverage |
0.002 |
 |
testBase32EmptyOutputStreamMimeChunkSize |
0.001 |
 |
testBase32OutputStreamByChunk |
0.015 |
 |
testBase32OutputStreamByteByByte |
0.021 |
XXHash32Test
 |
verifyIncrementalChecksum(String, String)[1] |
0.005 |
 |
verifyIncrementalChecksum(String, String)[2] |
0.001 |
 |
verifyIncrementalChecksum(String, String)[3] |
0.001 |
 |
verifyChecksum(String, String)[1] |
0 |
 |
verifyChecksum(String, String)[2] |
0.001 |
 |
verifyChecksum(String, String)[3] |
0.001 |
Base64Codec13Test
 |
testEncoder |
0.002 |
 |
testBinaryEncoder |
0.002 |
 |
testStaticEncodeChunked |
0.001 |
 |
testDecoder |
0.002 |
 |
testBinaryDecoder |
0.002 |
 |
testStaticDecodeChunked |
0.001 |
 |
testStaticDecode |
0.001 |
 |
testStaticEncode |
0.001 |
Blake3TestVectorsTest
 |
keyedHashTruncatedOutput(int, String, String, String)[1] |
0.001 |
 |
keyedHashTruncatedOutput(int, String, String, String)[2] |
0 |
 |
keyedHashTruncatedOutput(int, String, String, String)[3] |
0.001 |
 |
keyedHashTruncatedOutput(int, String, String, String)[4] |
0 |
 |
keyedHashTruncatedOutput(int, String, String, String)[5] |
0.001 |
 |
keyedHashTruncatedOutput(int, String, String, String)[6] |
0.002 |
 |
keyedHashTruncatedOutput(int, String, String, String)[7] |
0 |
 |
keyedHashTruncatedOutput(int, String, String, String)[8] |
0 |
 |
keyedHashTruncatedOutput(int, String, String, String)[9] |
0 |
 |
keyedHashTruncatedOutput(int, String, String, String)[10] |
0.001 |
 |
keyedHashTruncatedOutput(int, String, String, String)[11] |
0.001 |
 |
keyedHashTruncatedOutput(int, String, String, String)[12] |
0.001 |
 |
keyedHashTruncatedOutput(int, String, String, String)[13] |
0.001 |
 |
keyedHashTruncatedOutput(int, String, String, String)[14] |
0 |
 |
keyedHashTruncatedOutput(int, String, String, String)[15] |
0 |
 |
keyedHashTruncatedOutput(int, String, String, String)[16] |
0.001 |
 |
keyedHashTruncatedOutput(int, String, String, String)[17] |
0.001 |
 |
keyedHashTruncatedOutput(int, String, String, String)[18] |
0.001 |
 |
keyedHashTruncatedOutput(int, String, String, String)[19] |
0.001 |
 |
keyedHashTruncatedOutput(int, String, String, String)[20] |
0.001 |
 |
keyedHashTruncatedOutput(int, String, String, String)[21] |
0.001 |
 |
keyedHashTruncatedOutput(int, String, String, String)[22] |
0.001 |
 |
keyedHashTruncatedOutput(int, String, String, String)[23] |
0.001 |
 |
keyedHashTruncatedOutput(int, String, String, String)[24] |
0.001 |
 |
keyedHashTruncatedOutput(int, String, String, String)[25] |
0.001 |
 |
keyedHashTruncatedOutput(int, String, String, String)[26] |
0.001 |
 |
keyedHashTruncatedOutput(int, String, String, String)[27] |
0.001 |
 |
keyedHashTruncatedOutput(int, String, String, String)[28] |
0 |
 |
keyedHashTruncatedOutput(int, String, String, String)[29] |
0.001 |
 |
keyedHashTruncatedOutput(int, String, String, String)[30] |
0.001 |
 |
keyedHashTruncatedOutput(int, String, String, String)[31] |
0 |
 |
keyedHashTruncatedOutput(int, String, String, String)[32] |
0.001 |
 |
keyedHashTruncatedOutput(int, String, String, String)[33] |
0.001 |
 |
keyedHashTruncatedOutput(int, String, String, String)[34] |
0.002 |
 |
keyedHashTruncatedOutput(int, String, String, String)[35] |
0.004 |
 |
hashTruncatedOutput(int, String, String, String)[1] |
0 |
 |
hashTruncatedOutput(int, String, String, String)[2] |
0 |
 |
hashTruncatedOutput(int, String, String, String)[3] |
0.001 |
 |
hashTruncatedOutput(int, String, String, String)[4] |
0 |
 |
hashTruncatedOutput(int, String, String, String)[5] |
0 |
 |
hashTruncatedOutput(int, String, String, String)[6] |
0.001 |
 |
hashTruncatedOutput(int, String, String, String)[7] |
0.001 |
 |
hashTruncatedOutput(int, String, String, String)[8] |
0.001 |
 |
hashTruncatedOutput(int, String, String, String)[9] |
0 |
 |
hashTruncatedOutput(int, String, String, String)[10] |
0 |
 |
hashTruncatedOutput(int, String, String, String)[11] |
0.001 |
 |
hashTruncatedOutput(int, String, String, String)[12] |
0.001 |
 |
hashTruncatedOutput(int, String, String, String)[13] |
0 |
 |
hashTruncatedOutput(int, String, String, String)[14] |
0 |
 |
hashTruncatedOutput(int, String, String, String)[15] |
0 |
 |
hashTruncatedOutput(int, String, String, String)[16] |
0 |
 |
hashTruncatedOutput(int, String, String, String)[17] |
0.003 |
 |
hashTruncatedOutput(int, String, String, String)[18] |
0.001 |
 |
hashTruncatedOutput(int, String, String, String)[19] |
0.002 |
 |
hashTruncatedOutput(int, String, String, String)[20] |
0.001 |
 |
hashTruncatedOutput(int, String, String, String)[21] |
0.001 |
 |
hashTruncatedOutput(int, String, String, String)[22] |
0.002 |
 |
hashTruncatedOutput(int, String, String, String)[23] |
0.005 |
 |
hashTruncatedOutput(int, String, String, String)[24] |
0.006 |
 |
hashTruncatedOutput(int, String, String, String)[25] |
0.001 |
 |
hashTruncatedOutput(int, String, String, String)[26] |
0.001 |
 |
hashTruncatedOutput(int, String, String, String)[27] |
0.001 |
 |
hashTruncatedOutput(int, String, String, String)[28] |
0.001 |
 |
hashTruncatedOutput(int, String, String, String)[29] |
0.001 |
 |
hashTruncatedOutput(int, String, String, String)[30] |
0.001 |
 |
hashTruncatedOutput(int, String, String, String)[31] |
0.001 |
 |
hashTruncatedOutput(int, String, String, String)[32] |
0 |
 |
hashTruncatedOutput(int, String, String, String)[33] |
0 |
 |
hashTruncatedOutput(int, String, String, String)[34] |
0.001 |
 |
hashTruncatedOutput(int, String, String, String)[35] |
0.002 |
 |
hashArbitraryOutputLength(int, String, String, String)[1] |
0 |
 |
hashArbitraryOutputLength(int, String, String, String)[2] |
0 |
 |
hashArbitraryOutputLength(int, String, String, String)[3] |
0.001 |
 |
hashArbitraryOutputLength(int, String, String, String)[4] |
0.001 |
 |
hashArbitraryOutputLength(int, String, String, String)[5] |
0.001 |
 |
hashArbitraryOutputLength(int, String, String, String)[6] |
0 |
 |
hashArbitraryOutputLength(int, String, String, String)[7] |
0 |
 |
hashArbitraryOutputLength(int, String, String, String)[8] |
0 |
 |
hashArbitraryOutputLength(int, String, String, String)[9] |
0.001 |
 |
hashArbitraryOutputLength(int, String, String, String)[10] |
0 |
 |
hashArbitraryOutputLength(int, String, String, String)[11] |
0 |
 |
hashArbitraryOutputLength(int, String, String, String)[12] |
0.001 |
 |
hashArbitraryOutputLength(int, String, String, String)[13] |
0 |
 |
hashArbitraryOutputLength(int, String, String, String)[14] |
0 |
 |
hashArbitraryOutputLength(int, String, String, String)[15] |
0 |
 |
hashArbitraryOutputLength(int, String, String, String)[16] |
0 |
 |
hashArbitraryOutputLength(int, String, String, String)[17] |
0 |
 |
hashArbitraryOutputLength(int, String, String, String)[18] |
0.002 |
 |
hashArbitraryOutputLength(int, String, String, String)[19] |
0.001 |
 |
hashArbitraryOutputLength(int, String, String, String)[20] |
0.001 |
 |
hashArbitraryOutputLength(int, String, String, String)[21] |
0.003 |
 |
hashArbitraryOutputLength(int, String, String, String)[22] |
0 |
 |
hashArbitraryOutputLength(int, String, String, String)[23] |
0 |
 |
hashArbitraryOutputLength(int, String, String, String)[24] |
0 |
 |
hashArbitraryOutputLength(int, String, String, String)[25] |
0.001 |
 |
hashArbitraryOutputLength(int, String, String, String)[26] |
0.001 |
 |
hashArbitraryOutputLength(int, String, String, String)[27] |
0.001 |
 |
hashArbitraryOutputLength(int, String, String, String)[28] |
0 |
 |
hashArbitraryOutputLength(int, String, String, String)[29] |
0 |
 |
hashArbitraryOutputLength(int, String, String, String)[30] |
0.001 |
 |
hashArbitraryOutputLength(int, String, String, String)[31] |
0.001 |
 |
hashArbitraryOutputLength(int, String, String, String)[32] |
0 |
 |
hashArbitraryOutputLength(int, String, String, String)[33] |
0 |
 |
hashArbitraryOutputLength(int, String, String, String)[34] |
0 |
 |
hashArbitraryOutputLength(int, String, String, String)[35] |
0.001 |
 |
keyDerivation(int, String, String, String)[1] |
0 |
 |
keyDerivation(int, String, String, String)[2] |
0 |
 |
keyDerivation(int, String, String, String)[3] |
0.001 |
 |
keyDerivation(int, String, String, String)[4] |
0.001 |
 |
keyDerivation(int, String, String, String)[5] |
0 |
 |
keyDerivation(int, String, String, String)[6] |
0 |
 |
keyDerivation(int, String, String, String)[7] |
0 |
 |
keyDerivation(int, String, String, String)[8] |
0 |
 |
keyDerivation(int, String, String, String)[9] |
0 |
 |
keyDerivation(int, String, String, String)[10] |
0.001 |
 |
keyDerivation(int, String, String, String)[11] |
0.001 |
 |
keyDerivation(int, String, String, String)[12] |
0.001 |
 |
keyDerivation(int, String, String, String)[13] |
0 |
 |
keyDerivation(int, String, String, String)[14] |
0.001 |
 |
keyDerivation(int, String, String, String)[15] |
0 |
 |
keyDerivation(int, String, String, String)[16] |
0.001 |
 |
keyDerivation(int, String, String, String)[17] |
0.001 |
 |
keyDerivation(int, String, String, String)[18] |
0 |
 |
keyDerivation(int, String, String, String)[19] |
0 |
 |
keyDerivation(int, String, String, String)[20] |
0.001 |
 |
keyDerivation(int, String, String, String)[21] |
0 |
 |
keyDerivation(int, String, String, String)[22] |
0 |
 |
keyDerivation(int, String, String, String)[23] |
0 |
 |
keyDerivation(int, String, String, String)[24] |
0.001 |
 |
keyDerivation(int, String, String, String)[25] |
0 |
 |
keyDerivation(int, String, String, String)[26] |
0 |
 |
keyDerivation(int, String, String, String)[27] |
0 |
 |
keyDerivation(int, String, String, String)[28] |
0 |
 |
keyDerivation(int, String, String, String)[29] |
0.001 |
 |
keyDerivation(int, String, String, String)[30] |
0.001 |
 |
keyDerivation(int, String, String, String)[31] |
0 |
 |
keyDerivation(int, String, String, String)[32] |
0 |
 |
keyDerivation(int, String, String, String)[33] |
0.001 |
 |
keyDerivation(int, String, String, String)[34] |
0.001 |
 |
keyDerivation(int, String, String, String)[35] |
0.002 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[1] |
0.001 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[2] |
0 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[3] |
0.001 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[4] |
0.001 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[5] |
0 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[6] |
0 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[7] |
0 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[8] |
0 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[9] |
0.001 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[10] |
0 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[11] |
0 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[12] |
0 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[13] |
0 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[14] |
0 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[15] |
0 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[16] |
0 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[17] |
0 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[18] |
0.001 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[19] |
0 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[20] |
0 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[21] |
0 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[22] |
0 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[23] |
0.001 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[24] |
0 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[25] |
0 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[26] |
0 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[27] |
0 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[28] |
0.001 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[29] |
0 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[30] |
0 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[31] |
0.001 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[32] |
0.001 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[33] |
0 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[34] |
0 |
 |
keyedHashArbitraryOutputLength(int, String, String, String)[35] |
0.002 |
ColognePhoneticTest
 |
testEncodeWithInvalidObject |
0 |
 |
testEncodeNull |
0 |
 |
testEncodeEmpty |
0.003 |
 |
testLocaleIndependence |
0 |
 |
testExamples |
0.001 |
 |
testVariationsMella |
0 |
 |
testVariationsMeyer |
0.001 |
 |
testCanFail |
0.002 |
 |
testAychlmajrForCodec122 |
0 |
 |
testEdgeCases |
0.001 |
 |
testIsEncodeEquals |
0 |
 |
testAabjoe |
0 |
 |
testAaclan |
0 |
 |
testHyphen |
0 |
 |
testSpecialCharsBetweenSameLetters |
0 |
CryptTest
 |
testDefaultCryptVariant |
0.079 |
 |
testCrypt |
0 |
 |
testCryptWithEmptySalt |
0.002 |
 |
testCryptWithBytes |
0.014 |
Base16InputStreamTest
 |
testSkipToEnd |
0.001 |
 |
testSkipNone |
0 |
 |
testRead0 |
0 |
 |
testMarkSupported |
0 |
 |
testReadOutOfBounds |
0.001 |
 |
testBase16InputStreamByChunk |
0.013 |
 |
testReadNull |
0.003 |
 |
testSkipWrongArgument |
0.002 |
 |
testAvailable |
0.001 |
 |
testBase16EmptyInputStream |
0.001 |
 |
testBase16InputStreamByteByByte |
0.02 |
 |
testSkipPastEnd |
0 |
 |
testSkipBig |
0 |
DigestTest
 |
testEmptyArguments |
0.001 |
 |
testNullArguments |
0.001 |
Base64Test
 |
testTriplets |
0.001 |
 |
testCodeIntegerEdgeCases |
0 |
 |
testBase64ImpossibleSamples |
0.001 |
 |
testStringToByteVariations |
0 |
 |
testConstructor_Int_ByteArray_Boolean_UrlSafe |
0 |
 |
testSingletonsChunked |
0 |
 |
testKnownDecodings |
0.001 |
 |
testPairs |
0 |
 |
testUUID |
0 |
 |
testEncodeDecodeSmall |
0 |
 |
testConstructors |
0.001 |
 |
testHugeLineSeparator |
0.002 |
 |
testObjectDecodeWithValidParameter |
0 |
 |
testCodeInteger1 |
0.001 |
 |
testCodeInteger2 |
0 |
 |
testCodeInteger3 |
0 |
 |
testCodeInteger4 |
0 |
 |
testObjectEncode |
0 |
 |
testRfc2045Section6Dot8ChunkSizeDefinition |
0 |
 |
testUrlSafe |
0.002 |
 |
testObjectEncodeWithInvalidParameter |
0.001 |
 |
testEncodeDecodeRandom |
0.005 |
 |
testRfc2045Section2Dot1CrLfDefinition |
0 |
 |
testDecodeWithWhitespace |
0 |
 |
testDecodePadOnlyChunked |
0.001 |
 |
testKnownEncodings |
0 |
 |
testIgnoringNonBase64InDecode |
0 |
 |
testCodec112 |
0 |
 |
testCodec265
|
0 |
|
skipped |
|
 |
testBase64DecodingOfTrailing6Bits |
0.001 |
 |
testDecodePadMarkerIndex2 |
0.001 |
 |
testDecodePadMarkerIndex3 |
0 |
 |
testIsUrlSafe |
0 |
 |
testEncodeOverMaxSize |
0.001 |
 |
testEmptyBase64 |
0 |
 |
testSingletons |
0.001 |
 |
testTripletsChunked |
0 |
 |
testBase64AtBufferStart |
0 |
 |
testCodec68 |
0.001 |
 |
testBase64AtBufferMiddle |
0 |
 |
testBase64AtBufferEnd |
0 |
 |
testBase64DecodingOfTrailing12Bits |
0.001 |
 |
testBase64DecodingOfTrailing18Bits |
0.001 |
 |
testRfc4648Section10DecodeEncode |
0 |
 |
testObjectDecodeWithInvalidParameter |
0.001 |
 |
testIsArrayByteBase64 |
0 |
 |
testDecodePadOnly |
0 |
 |
testChunkedEncodeMultipleOf76 |
0 |
 |
testBase64 |
0 |
 |
testRfc1421Section6Dot8ChunkSizeDefinition |
0 |
 |
testNonBase64Test |
0 |
 |
testConstructor_Int_ByteArray_Boolean |
0 |
 |
testByteToStringVariations |
0 |
 |
testObjectEncodeWithValidParameter |
0 |
 |
testRfc4648Section10DecodeWithCrLf |
0 |
 |
testRfc4648Section10Decode |
0 |
 |
testRfc4648Section10Encode |
0 |
 |
testCodeIntegerNull |
0 |
 |
testIsStringBase64 |
0 |
 |
testRfc4648Section10EncodeDecode |
0 |
 |
testDecodeWithInnerPad |
0 |
PureJavaCrc32CTest
 |
testZeros |
0 |
 |
testOnes |
0 |
 |
testIncreasing |
0 |
 |
testDecreasing |
0 |
Base16Test
 |
testTriplets |
0.001 |
 |
testStrictDecoding |
0 |
 |
testBase16AtBufferEnd |
0 |
 |
testStringToByteVariations |
0 |
 |
testLenientDecoding |
0 |
 |
checkEncodeLengthBounds |
0 |
 |
testKnownDecodings |
0 |
 |
testPairs |
0.001 |
 |
testDecodeSingleBytesOptimisation |
0 |
 |
testEncodeDecodeSmall |
0 |
 |
testConstructors |
0.001 |
 |
testObjectDecodeWithValidParameter |
0 |
 |
testDecodeSingleBytes |
0 |
 |
testObjectEncode |
0 |
 |
testObjectEncodeWithInvalidParameter |
0.001 |
 |
testEncodeDecodeRandom |
0.001 |
 |
testKnownEncodings |
0 |
 |
testEmptyBase16 |
0 |
 |
testSingletons |
0.001 |
 |
testBase16AtBufferStart |
0 |
 |
testIsInAlphabet |
0 |
 |
testCodec68 |
0 |
 |
testConstructor_LowerCase |
0.002 |
 |
testObjectDecodeWithInvalidParameter |
0.001 |
 |
testConstructor_LowerCase_DecodingPolicy |
0 |
 |
testOddEvenDecoding |
0 |
 |
testNonBase16Test |
0.001 |
 |
testBase16 |
0 |
 |
testByteToStringVariations |
0 |
 |
testObjectEncodeWithValidParameter |
0 |
 |
testBase16AtBufferMiddle |
0.001 |
CharEncodingTest
 |
testUtf16 |
0.003 |
 |
testUtf8 |
0 |
 |
testUsAscii |
0 |
 |
testUtf16Be |
0 |
 |
testUtf16Le |
0 |
 |
testIso8859_1 |
0.001 |
 |
testConstructor |
0 |
MurmurHash2Test
 |
testHash64ByteArrayIntInt |
0.001 |
 |
testHash32ByteArrayInt |
0 |
 |
testHash32ByteArrayIntInt |
0 |
 |
testHash64StringIntInt |
0.001 |
 |
testHash64String |
0.001 |
 |
testHash64ByteArrayInt |
0.001 |
 |
testHash32String |
0.001 |
 |
testHash32StringIntInt |
0.001 |
Caverphone1Test
 |
testEncodeWithInvalidObject |
0 |
 |
testEncodeNull |
0 |
 |
testEncodeEmpty |
0 |
 |
testLocaleIndependence |
0 |
 |
testEndMb |
0 |
 |
testIsCaverphoneEquals |
0.001 |
 |
testWikipediaExamples |
0 |
 |
testSpecificationV1Examples |
0 |
 |
testCaverphoneRevisitedCommonCodeAT1111 |
0 |
Base64InputStreamTest
 |
testStrictDecoding |
0 |
 |
testSkipToEnd |
0 |
 |
testSkipNone |
0 |
 |
testCodec98NPE |
0 |
 |
testRead0 |
0 |
 |
testBase64InputStreamByChunk |
0.016 |
 |
testMarkSupported |
0 |
 |
testReadMultipleBufferSizes |
0.006 |
 |
testInputStreamReader |
0.002 |
 |
testReadOutOfBounds |
0.006 |
 |
testReadNull |
0.001 |
 |
testCodec101 |
0 |
 |
testCodec105 |
0 |
 |
testCodec130 |
0.001 |
 |
testSkipWrongArgument |
0.001 |
 |
testAvailable |
0.001 |
 |
testBase64EmptyInputStreamPemChuckSize |
0 |
 |
testBase64EmptyInputStreamMimeChuckSize |
0 |
 |
testSkipPastEnd |
0 |
 |
testSkipBig |
0 |
 |
testBase64InputStreamByteByByte |
0.028 |
Blake3Test
 |
shouldThrowIllegalArgumentExceptionWhenIncorrectKeySize |
0.003 |
AllocateDirectHexTest
 |
testEncodeHexByteString_ByteBufferBoolean_ToUpperCase |
0 |
 |
testDecodeHexStringOddCharacters1 |
0 |
 |
testEncodeDecodeHexCharArrayRandom |
0.003 |
 |
testDecodeByteBufferObjectEmpty |
0 |
 |
testEncodeHexByteArrayHelloWorldLowerCaseHex |
0 |
 |
testDecodeByteArrayOddCharacters |
0.001 |
 |
testDecodeHexCharArrayOddCharacters1 |
0 |
 |
testDecodeHexCharArrayOddCharacters3 |
0 |
 |
testDecodeHexCharArrayOddCharacters5 |
0 |
 |
testDecodeByteBufferOddCharacters |
0.001 |
 |
testEncodeHexByteBufferHelloWorldLowerCaseHex |
0 |
 |
testEncodeHexByteArrayHelloWorldUpperCaseHex |
0 |
 |
testDecodeByteBufferEmpty |
0 |
 |
testDecodeHexCharArrayOutBufferUnderSized |
0 |
 |
testDecodeHexCharArrayOutBufferUnderSizedByOffset |
0 |
 |
testCustomCharset |
0.006 |
 |
testEncodeHexByteArrayZeroes |
0.001 |
 |
testEncodeClassCastException |
0 |
 |
testEncodeByteBufferObjectEmpty |
0 |
 |
testDecodeHexStringOddCharacters |
0 |
 |
testDecodeStringEmpty |
0 |
 |
testEncodeHexByteString_ByteBufferOfZeroesWithLimit |
0.001 |
 |
testEncodeHexByteString_ByteArrayBoolean_ToLowerCase |
0 |
 |
testEncodeHexByteBufferHelloWorldUpperCaseHex |
0 |
 |
testCustomCharsetBadName |
0 |
 |
testEncodeByteBufferEmpty |
0 |
 |
testEncodeByteArrayObjectEmpty |
0.001 |
 |
testEncodeHex_ByteBufferWithLimit |
0 |
 |
testDecodeByteBufferAllocatedButEmpty |
0 |
 |
testEncodeHexReadOnlyByteBuffer |
0 |
 |
testDecodeByteBufferWithLimitOddCharacters |
0 |
 |
testDecodeBadCharacterPos0 |
0 |
 |
testDecodeBadCharacterPos1 |
0 |
 |
testDecodeHexStringEmpty |
0 |
 |
testEncodeHexByteString_ByteBufferWithLimitBoolean_ToLowerCase |
0.001 |
 |
testEncodeHexByteString_ByteArrayBoolean_ToUpperCase |
0 |
 |
testEncodeHexByteString_ByteArrayOfZeroes |
0 |
 |
testEncodeStringEmpty |
0 |
 |
testEncodeHexPartialInput |
0 |
 |
testDecodeByteArrayEmpty |
0 |
 |
testEncodeHex_ByteBufferOfZeroes |
0 |
 |
testEncodeHexPartialInputOverbounds |
0 |
 |
testGetCharset |
0 |
 |
testEncodeHexByteString_ByteBufferWithLimitBoolean_ToUpperCase |
0 |
 |
testGetCharsetName |
0 |
 |
testDecodeClassCastException |
0 |
 |
testEncodeHexByteString_ByteBufferOfZeroes |
0.001 |
 |
testEncodeDecodeHexCharArrayRandomToOutput |
0.001 |
 |
testEncodeHexByteString_ByteBufferBoolean_ToLowerCase |
0 |
 |
testDecodeByteArrayObjectEmpty |
0 |
 |
testEncodeByteArrayEmpty |
0 |
 |
testEncodeByteBufferAllocatedButEmpty |
0.005 |
 |
testDecodeByteBufferWithLimit |
0.001 |
 |
testRequiredCharset |
0.047 |
 |
testCustomCharsetToString |
0 |
 |
testEncodeHexByteBufferEmpty |
0.001 |
 |
testEncodeHexByteArrayEmpty |
0 |
 |
testEncodeHexPartialInputUnderbounds |
0 |
 |
testDecodeHexCharArrayEmpty |
0.001 |
StringUtilsTest
 |
testNewStringNullInput |
0 |
 |
testNewStringNullInput_CODEC229 |
0 |
 |
testGetBytesUtf16 |
0 |
 |
testGetBytesUtf8 |
0.001 |
 |
testGetBytesIso8859_1 |
0 |
 |
testGetBytesUsAscii |
0 |
 |
testGetBytesUtf16Be |
0 |
 |
testGetBytesUtf16Le |
0 |
 |
testGetBytesUncheckedNullInput |
0 |
 |
testEqualsString |
0 |
 |
testByteBufferUtf8 |
0 |
 |
testNewStringIso8859_1 |
0 |
 |
testGetBytesUncheckedBadName |
0.001 |
 |
testNewStringUtf8 |
0 |
 |
testNewStringUsAscii |
0 |
 |
testNewStringUtf16Be |
0 |
 |
testNewStringUtf16Le |
0 |
 |
testEqualsCS1 |
0.002 |
 |
testEqualsCS2 |
0 |
 |
testNewStringUtf16 |
0 |
 |
testConstructor |
0 |
 |
testNewStringBadEnc |
0.001 |
BCodecTest
 |
testUTF8RoundTrip |
0.007 |
 |
testBasicEncodeDecode |
0.001 |
 |
testBase64ImpossibleSamplesStrict |
0.002 |
 |
testBase64ImpossibleSamplesLenient |
0.001 |
 |
testDecodeStringWithNull |
0 |
 |
testDecodeObjects |
0 |
 |
testEncodeDecodeNull |
0 |
 |
testInvalidEncoding |
0.004 |
 |
testBase64ImpossibleSamplesDefault |
0 |
 |
testEncodeStringWithNull |
0 |
 |
testEncodeObjects |
0.001 |
 |
testNullInput |
0.001 |
Sha2CryptTest
 |
testCtor |
0 |
PercentCodecTest
 |
testSafeCharEncodeDecodeObject |
0.001 |
 |
testBasicSpace
|
0 |
|
public void org.apache.commons.codec.net.PercentCodecTest.testBasicSpace() throws java.lang.Exception is @Disabled |
|
 |
testPercentEncoderDecoderWithNullOrEmptyInput |
0.009 |
 |
testDecodeNullObject |
0.001 |
 |
testEncodeNullObject |
0 |
 |
testBasicEncodeDecode |
0.001 |
 |
testPercentEncoderDecoderWithPlusForSpace |
0.001 |
 |
testConfigurablePercentEncoder |
0.001 |
 |
testDecodeUnsupportedObject |
0 |
 |
testEncodeUnsupportedObject |
0.003 |
 |
testDecodeInvalidEncodedResultDecoding |
0.001 |
 |
testUnsafeCharEncodeDecode |
0 |
BeiderMorseEncoderTest
 |
testEncodeWithInvalidObject |
0 |
 |
testEncodeNull |
0 |
 |
testEncodeEmpty |
0.001 |
 |
testLocaleIndependence |
0.001 |
 |
testEncodeGna |
0 |
 |
testAsciiEncodeNotEmpty1Letter |
0.006 |
 |
testInvalidLanguageIllegalArgumentException |
0.001 |
 |
testSetRuleTypeExact |
0 |
 |
testAllChars |
2.09 |
 |
testEncodeAtzNotEmpty |
0.001 |
 |
testOOM |
0.001 |
 |
testNegativeIndexForRuleMatchIndexOutOfBoundsException |
0.001 |
 |
testInvalidLangIllegalArgumentException |
0.001 |
 |
testAsciiEncodeNotEmpty2Letters |
0.058 |
 |
testSpeedCheck |
0.053 |
 |
testSetNameTypeAsh |
0 |
 |
testSetConcat |
0 |
 |
testSpeedCheck2 |
0.025 |
 |
testSpeedCheck3 |
0.037 |
 |
testSetRuleTypeToRulesIllegalArgumentException |
0 |
 |
testLongestEnglishSurname |
0.004 |
 |
testInvalidLangIllegalStateException |
0.001 |
UtilsTest
 |
testConstructor |
0.001 |
MatchRatingApproachEncoderTest
 |
testEncodeWithInvalidObject |
0 |
 |
testEncodeNull |
0 |
 |
testEncodeEmpty |
0.001 |
 |
testLocaleIndependence |
0 |
 |
testCompare_SOPHIE_SOFIA_SuccessfullyMatched |
0.001 |
 |
testGetMinRating_1_Returns5_Successfully |
0 |
 |
testCompare_SurnameCornerCase_Nulls_NoMatch |
0 |
 |
testGetMinRating_7_Return4_Successfully |
0 |
 |
testCompare_SAM_SAMUEL_SuccessfullyMatched |
0 |
 |
testIsVowel_SingleVowel_ReturnsTrue |
0.001 |
 |
testgetMinRating_6_Returns4_Successfully |
0 |
 |
testAccentRemoval_NullValue_ReturnNullSuccessfully |
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.001 |
 |
testCompare_Surname_HAILEY_HALLEY_SuccessfullyMatched |
0 |
 |
testCompare_TOMASZ_TOM_SuccessfullyMatched |
0 |
 |
testCompare_KARL_ALESSANDRO_DoesNotMatch |
0.001 |
 |
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_UpperAndLower_SuccessfullyRemovedAndCaseInvariant |
0 |
 |
testGetEncoding_Null_to_Nothing |
0 |
 |
testCompareNameSameNames_ReturnsFalseSuccessfully |
0 |
 |
testGetMinRating_2_Returns5_Successfully |
0 |
 |
testCompare_ZACH_ZAKARIA_SuccessfullyMatched |
0.001 |
 |
testCompare_MCGOWAN_MCGEOGHEGAN_SuccessfullyMatched |
0 |
 |
testCompare_Surname_SZLAMAWICZ_SHLAMOVITZ_SuccessfullyMatched |
0 |
 |
testIsEncodeEquals_CornerCase_SecondNameJustSpace_ReturnsFalse |
0 |
 |
testRemoveVowel_ALESSANDRA_Returns_ALSSNDR |
0 |
 |
testCompare_ShortNames_AL_ED_WorksButNoMatch |
0 |
 |
testLeftToRightThenRightToLeft_ALEXANDER_ALEXANDRA_Returns4 |
0 |
 |
testAccentRemoval_ComprehensiveAccentMix_AllSuccessfullyRemoved |
0 |
 |
testgetMinRating_7_Returns4_Successfully |
0.001 |
 |
testCompare_SMITH_SMYTH_SuccessfullyMatched |
0 |
 |
testGetEncoding_HARPER_HRPR |
0 |
 |
testCompare_STEPHEN_STEFAN_SuccessfullyMatched |
0.001 |
 |
testCleanName_SuccessfullyClean |
0 |
 |
testCompare_MICKY_MICHAEL_SuccessfullyMatched |
0 |
 |
testIsVowel_SmallD_ReturnsFalse |
0.001 |
 |
testAccentRemoval_GerSpanFrenMix_SuccessfullyRemoved |
0 |
 |
testIsEncodeEquals_CornerCase_FirstNameJust1Letter_ReturnsFalse |
0.001 |
 |
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 |
 |
testAccentRemoval_MixedWithUnusualChars_SuccessfullyRemovedAndUnusualCharactersInvariant |
0 |
 |
testCompare_BURNS_BOURNE_SuccessfullyMatched |
0 |
 |
testAccentRemovalNormalString_NoChange |
0.001 |
 |
testCompare_SmallInput_CARK_Kl_SuccessfullyMatched |
0 |
 |
testCompare_PETERSON_PETERS_SuccessfullyMatched |
0 |
 |
testCompare_Surname_ROSOCHOWACIEC_ROSOKHOVATSETS_SuccessfullyMatched |
0 |
 |
testCompare_Surname_AUERBACH_UHRBACH_SuccessfullyMatched |
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.001 |
 |
testCompare_Forenames_SEAN_PETE_NoMatchExpected |
0 |
 |
testIsEncodeEqualsSecondNameJust1Letter_ReturnsFalse |
0 |
 |
testCompare_COLM_COLIN_WithAccentsAndSymbolsAndSpaces_SuccessfullyMatched |
0 |
 |
testCompare_LongSurnames_MORIARTY_OMUIRCHEARTAIGH_DoesNotSuccessfulMatch |
0 |
 |
testCompare_Surname_OSULLIVAN_OSUILLEABHAIN_SuccessfulMatch |
0 |
 |
testCompare_Surnames_MURPHY_LYNCH_NoMatchExpected |
0.001 |
 |
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 |
 |
testLeftToRightThenRightToLeft_EINSTEIN_MICHAELA_Returns0 |
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 |
 |
testIsEncodeEquals_CornerCase_SecondNameNothing_ReturnsFalse |
0 |
 |
testIsEncodeEquals_CornerCase_SecondNameNull_ReturnsFalse |
0 |
 |
testRemoveVowel__DECLAN_Returns_DCLN |
0 |
 |
testGetEncoding_Space_to_Nothing |
0 |
 |
testGetEncoding_SMITH_to_SMTH |
0 |
 |
testAccentRemoval_WithSpaces_SuccessfullyRemovedAndSpacesInvariant |
0 |
 |
testCompare_Surname_LEWINSKY_LEVINSKI_SuccessfullyMatched |
0 |
 |
testIsEncodeEquals_CornerCase_FirstNameNothing_ReturnsFalse |
0 |
 |
testCompare_SurnamesCornerCase_MURPHY_NoSpace_NoMatch |
0 |
 |
testIsEncodeEquals_CornerCase_FirstNameNull_ReturnsFalse |
0 |
 |
testCompare_BRIAN_BRYAN_SuccessfullyMatched |
0 |
 |
testIsEncodeEquals_CornerCase_FirstNameJustSpace_ReturnsFalse |
0 |
Base16OutputStreamTest
 |
testBase16OutputStreamByteByByte |
0.017 |
 |
testWriteOutOfBounds |
0.001 |
 |
testBase16OutputStreamByChunk |
0.002 |
 |
testWriteToNullCoverage |
0.001 |
 |
testBase16EmptyOutputStream |
0 |
MurmurHash3Test
 |
testHash128WithOffsetLengthAndSeed |
0.001 |
 |
testHash128x64WithOffsetLengthAndSeed |
0 |
 |
testHash128x64 |
0.001 |
 |
testHash32Long |
0 |
 |
testHash128x64WithOffsetLengthAndNegativeSeed |
0.001 |
 |
testHash32LongLong |
0.004 |
 |
testHash32LongSeed |
0 |
 |
testHash128 |
0.001 |
 |
testHash32x86WithOffsetLengthAndSeed |
0 |
 |
testHash32WithTrailingNegativeSignedBytesIsInvalid |
0.001 |
 |
testHash128String |
0.006 |
 |
testHash32x86 |
0 |
 |
testHash32x86WithTrailingNegativeSignedBytes |
0 |
 |
testIncrementalHash32 |
0.003 |
 |
testHash64InNotEqualToHash128 |
0 |
 |
testIncrementalHash32x86 |
0 |
 |
testHash32WithOffsetLengthAndSeed |
0.001 |
 |
testIncrementalHashWithUnprocessedBytesAndHugeLengthArray
|
0 |
|
skipped |
|
 |
testHash32WithLengthAndSeed |
0.001 |
 |
testHash32 |
0 |
 |
testHash64 |
0 |
 |
testHash32WithLength |
0 |
 |
testHash128WithOffsetLengthAndNegativeSeed |
0 |
 |
testHash32String |
0.001 |
 |
testHash64WithPrimitives |
0.003 |
 |
testHash32LongLongSeed |
0.002 |
 |
testHash64WithOffsetAndLength |
0 |
MetaphoneTest
 |
testEncodeWithInvalidObject |
0.006 |
 |
testEncodeNull |
0.001 |
 |
testEncodeEmpty |
0.001 |
 |
testLocaleIndependence |
0.002 |
 |
testTranslateOfSCHAndCH |
0.001 |
 |
testTranslateToJOfDGEOrDGIOrDGY |
0 |
 |
testTCH |
0.001 |
 |
testWhy |
0.001 |
 |
testIsMetaphoneEqual1 |
0.001 |
 |
testIsMetaphoneEqual2 |
0 |
 |
testPHTOF |
0 |
 |
testDiscardOfSilentGN |
0 |
 |
testIsMetaphoneEqualParis |
0.001 |
 |
testIsMetaphoneEqualPeter |
0.001 |
 |
testIsMetaphoneEqualSusan |
0.005 |
 |
testIsMetaphoneEqualWhite |
0.001 |
 |
testIsMetaphoneEqualXalan |
0.001 |
 |
testIsMetaphoneEqualAlbert |
0 |
 |
testIsMetaphoneEqualKnight |
0.001 |
 |
testMetaphone |
0 |
 |
testIsMetaphoneEqualWright |
0.001 |
 |
testSHAndSIOAndSIAToX |
0 |
 |
testSetMaxLengthWithTruncation |
0 |
 |
testTIOAndTIAToX |
0 |
 |
testExceedLength |
0.001 |
 |
testWordEndingInMB |
0 |
 |
testIsMetaphoneEqualAero |
0 |
 |
testIsMetaphoneEqualGary |
0.011 |
 |
testIsMetaphoneEqualJohn |
0.012 |
 |
testIsMetaphoneEqualMary |
0.001 |
 |
testDiscardOfSilentHAfterG |
0.001 |
 |
testWordsWithCIA |
0.001 |
 |
testDiscardOfSCEOrSCIOrSCY |
0.001 |
 |
testIsMetaphoneEqualRay |
0.001 |
UnixCryptTest
 |
testUnixCryptStrings |
0.001 |
 |
testCtor |
0 |
 |
testUnixCryptExplicitCall |
0 |
 |
testUnixCryptNullData |
0 |
 |
testUnixCryptWithoutSalt |
0.003 |
 |
testUnixCryptWithEmptySalt |
0 |
 |
testUnixCryptInvalidSalt |
0 |
 |
testUnixCryptWithHalfSalt |
0.001 |
 |
testUnixCryptBytes |
0 |
DigestUtilsTest
 |
testMd5HexLengthForBytes |
0.005 |
 |
testSha224_PathAsHex |
0.006 |
 |
testSha1UpdateWithByteBuffer |
0.006 |
 |
testSha256HexInputStream |
0.017 |
 |
testSha512HexInputStream |
0.013 |
 |
testMd2Length |
0.005 |
 |
testInternalNoSuchAlgorithmException |
0.006 |
 |
testSha3_224HexInputStream
|
0 |
|
skipped |
|
 |
testMd5LengthForBytes |
0.005 |
 |
testSha384HexInputStream |
0.014 |
 |
testIsAvailable |
0.005 |
 |
testSha3_224
|
0 |
|
skipped |
|
 |
testSha3_256
|
0 |
|
skipped |
|
 |
testSha3_384
|
0 |
|
skipped |
|
 |
testSha3_512
|
0 |
|
skipped |
|
 |
testGetMessageDigest |
0.005 |
 |
testSha1UpdateWithByteArray |
0.007 |
 |
testSha224_StringAsHex |
0.006 |
 |
testDigestAs |
0.014 |
 |
testSha1UpdateWithString |
0.007 |
 |
testSha3_256HexInputStream
|
0 |
|
skipped |
|
 |
testSha3_512HexInputStream
|
0 |
|
skipped |
|
 |
testSha224_FileAsHex |
0.006 |
 |
testShaUpdateWithByteArray |
0.005 |
 |
testMd2Hex |
0.2 |
 |
testMd5Hex |
0.011 |
 |
testSha1Hex |
0.015 |
 |
testMd2HexLength |
0.005 |
 |
testSha256 |
0.016 |
 |
testSha384 |
0.016 |
 |
testSha512 |
0.005 |
 |
testShaHex |
0.013 |
 |
testShaUpdateWithString |
0.009 |
 |
testSha3_384HexInputStream
|
0 |
|
skipped |
|
 |
testSha512_224
|
0 |
|
skipped |
|
 |
testSha512_256
|
0 |
|
skipped |
|
LanguageGuessingTest
 |
testLanguageGuessing(String, String)[1] |
0.001 |
 |
testLanguageGuessing(String, String)[2] |
0.001 |
 |
testLanguageGuessing(String, String)[3] |
0 |
 |
testLanguageGuessing(String, String)[4] |
0 |
 |
testLanguageGuessing(String, String)[5] |
0 |
 |
testLanguageGuessing(String, String)[6] |
0.001 |
 |
testLanguageGuessing(String, String)[7] |
0.002 |
 |
testLanguageGuessing(String, String)[8] |
0.001 |
 |
testLanguageGuessing(String, String)[9] |
0 |
 |
testLanguageGuessing(String, String)[10] |
0.001 |
 |
testLanguageGuessing(String, String)[11] |
0.001 |
 |
testLanguageGuessing(String, String)[12] |
0.001 |
 |
testLanguageGuessing(String, String)[13] |
0.001 |
 |
testLanguageGuessing(String, String)[14] |
0.001 |
 |
testLanguageGuessing(String, String)[15] |
0 |
 |
testLanguageGuessing(String, String)[16] |
0 |
 |
testLanguageGuessing(String, String)[17] |
0.001 |
 |
testLanguageGuessing(String, String)[18] |
0.001 |
DoubleMetaphone2Test
 |
testEncodeWithInvalidObject |
0.001 |
 |
testEncodeNull |
0.001 |
 |
testEncodeEmpty |
0.001 |
 |
testLocaleIndependence |
0.001 |
 |
testDoubleMetaphonePrimary |
0.004 |
 |
testDoubleMetaphoneAlternate |
0.004 |
URLCodecTest
 |
testUTF8RoundTrip |
0.001 |
 |
testEncodeNull |
0.001 |
 |
testDecodeInvalidContent |
0 |
 |
testEncodeUrlWithNullBitSet |
0.001 |
 |
testBasicEncodeDecode |
0.001 |
 |
testDefaultEncoding |
0.001 |
 |
testSafeCharEncodeDecode |
0.001 |
 |
testDecodeInvalid |
0.002 |
 |
testDecodeStringWithNull |
0 |
 |
testDecodeObjects |
0.001 |
 |
testEncodeDecodeNull |
0.001 |
 |
testInvalidEncoding |
0.001 |
 |
testEncodeStringWithNull |
0 |
 |
testEncodeObjects |
0.001 |
 |
testUnsafeEncodeDecode |
0 |
 |
testDecodeWithNullArray |
0 |
RuleTest
 |
testPhonemeComparedToLaterIsNegative |
0.001 |
 |
testSubSequenceWorks |
0 |
 |
testPhonemeComparedToSelfIsZero |
0 |
PhoneticEngineRegressionTest
 |
testSolrGENERIC |
0.28 |
 |
testSolrSEPHARDIC |
0.004 |
 |
testCompatibilityWithOriginalVersion |
0.002 |
 |
testSolrASHKENAZI |
0.004 |
BinaryCodecTest
 |
testToAsciiBytes |
0 |
 |
testToAsciiChars |
0 |
 |
testToByteArrayFromString |
0.001 |
 |
testEncodeByteArray |
0 |
 |
testEncodeObjectNull |
0.001 |
 |
testToAsciiString |
0 |
 |
testFromAsciiByteArray |
0.001 |
 |
testDecodeObjectException |
0 |
 |
testDecodeObject |
0.001 |
 |
testEncodeObjectException |
0.001 |
 |
testEncodeObject |
0 |
 |
testDecodeByteArray |
0 |
 |
testFromAsciiCharArray |
0.001 |
Caverphone2Test
 |
testEncodeWithInvalidObject |
0 |
 |
testEncodeNull |
0.001 |
 |
testEncodeEmpty |
0.002 |
 |
testLocaleIndependence |
0 |
 |
testCaverphoneRevisitedRandomNameTTA1111111 |
0.002 |
 |
testCaverphoneRevisitedRandomNameTN11111111 |
0.003 |
 |
testCaverphoneRevisitedRandomNameKLN1111111 |
0.004 |
 |
testEndMb |
0 |
 |
testIsCaverphoneEquals |
0.001 |
 |
testCaverphoneRevisitedCommonCodeAT11111111 |
0 |
 |
testCaverphoneRevisitedExamples |
0.001 |
 |
testCaverphoneRevisitedRandomWords |
0 |
 |
testSpecificationExamples |
0.001 |
Md5CryptTest
 |
testMd5CryptExplicitCallWithThreadLocalRandom |
0.007 |
 |
testMd5CryptNullData |
0 |
 |
testCtor |
0 |
 |
testMd5CryptBytes |
0.003 |
 |
testMd5CryptLongInput |
0.001 |
 |
testMd5CryptWithEmptySalt |
0.001 |
 |
testMd5CryptExplicitCall |
0.003 |
 |
testMd5CryptStrings |
0.006 |
QCodecTest
 |
testUTF8RoundTrip |
0.001 |
 |
testEncodeDecodeBlanks |
0.002 |
 |
testBasicEncodeDecode |
0.001 |
 |
testLetUsMakeCloverHappy |
0.005 |
 |
testDecodeStringWithNull |
0.001 |
 |
testDecodeObjects |
0.001 |
 |
testEncodeDecodeNull |
0 |
 |
testInvalidEncoding |
0.001 |
 |
testEncodeStringWithNull |
0.001 |
 |
testEncodeObjects |
0.002 |
 |
testUnsafeEncodeDecode |
0.001 |
 |
testNullInput |
0 |
Base32InputStreamTest
 |
testStrictDecoding |
0.001 |
 |
testBase32InputStreamByteByByte |
0.04 |
 |
testSkipToEnd |
0.001 |
 |
testSkipNone |
0.001 |
 |
testRead0 |
0 |
 |
testBase32EmptyInputStreamPemChuckSize |
0 |
 |
testMarkSupported |
0 |
 |
testReadOutOfBounds |
0.001 |
 |
testReadNull |
0 |
 |
testCodec105 |
0.001 |
 |
testCodec130 |
0.001 |
 |
testSkipWrongArgument |
0.001 |
 |
testAvailable |
0 |
 |
testBase32EmptyInputStreamMimeChuckSize |
0.001 |
 |
testSkipPastEnd |
0 |
 |
testSkipBig |
0 |
 |
testBase32InputStreamByChunk |
0.016 |
CharsetsTest
 |
testUtf16 |
0.001 |
 |
testUtf8 |
0 |
 |
testUsAscii |
0 |
 |
testUtf16Be |
0 |
 |
testUtf16Le |
0 |
 |
testToCharset |
0 |
 |
testIso8859_1 |
0.001 |
HmacUtilsTest
 |
testHmacMd5Hex |
0.003 |
 |
testHmacSha1Hex |
0.006 |
 |
testHmacSha1UpdateWithByteArray |
0 |
 |
testSha256HMacFail |
0.001 |
 |
testHmacSha1UpdateWithInputStream |
0 |
 |
testInternalNoSuchAlgorithmException |
0 |
 |
testSha256HMac |
0.001 |
 |
testInitializedMacNullKey |
0 |
 |
testGetHMac |
0.001 |
 |
testSha1HMacFail |
0.001 |
 |
testSha1HMac |
0 |
 |
testInitializedMacNullAlgo |
0 |
 |
testSha384HMacFail |
0 |
 |
testSecretKeySpecAllowsEmptyKeys |
0.001 |
 |
testSha384HMac |
0.001 |
 |
testMd5HMac |
0 |
 |
testMd5HMacFail |
0 |
 |
testInitializedMac |
0 |
 |
testSha512HMacFail |
0 |
 |
testHmacSha1UpdateWithString |
0 |
 |
testNullKey |
0.001 |
 |
testEmptyKey |
0.001 |
 |
testSha512HMac |
0 |
PhoneticEngineTest
 |
testEncode(String, String, NameType, RuleType, boolean, int)[1] |
0.001 |
 |
testEncode(String, String, NameType, RuleType, boolean, int)[2] |
0.001 |
 |
testEncode(String, String, NameType, RuleType, boolean, int)[3] |
0.001 |
 |
testEncode(String, String, NameType, RuleType, boolean, int)[4] |
0 |
 |
testEncode(String, String, NameType, RuleType, boolean, int)[5] |
0 |
 |
testEncode(String, String, NameType, RuleType, boolean, int)[6] |
0.001 |
 |
testEncode(String, String, NameType, RuleType, boolean, int)[7] |
0.001 |
 |
testEncode(String, String, NameType, RuleType, boolean, int)[8] |
0.001 |
DoubleMetaphoneTest
 |
testEncodeWithInvalidObject |
0 |
 |
testEncodeNull |
0 |
 |
testEncodeEmpty |
0 |
 |
testLocaleIndependence |
0.002 |
 |
testSetMaxCodeLength |
0 |
 |
testIsDoubleMetaphoneEqualBasic |
0.002 |
 |
testEmpty |
0 |
 |
testCCedilla |
0 |
 |
testCodec184 |
0.001 |
 |
testIsDoubleMetaphoneEqualExtended1 |
0 |
 |
testIsDoubleMetaphoneEqualExtended2 |
0 |
 |
testIsDoubleMetaphoneEqualExtended3 |
0.008 |
 |
testIsDoubleMetaphoneEqualWithMATCHES |
0.003 |
 |
testDoubleMetaphone |
0.001 |
 |
testNTilde |
0 |
 |
testIsDoubleMetaphoneNotEqual |
0.001 |
Sha512CryptTest
 |
testSha2CryptRounds |
0.012 |
 |
testSha2CryptWrongSalt |
0.004 |
 |
testSha256LargetThanBlocksize |
0.013 |
 |
testSha512CryptExplicitCallThreadLocalRandom |
0.004 |
 |
testSha512CryptWithEmptySalt |
0 |
 |
testSha512CryptBytes |
0.013 |
 |
testSha512CryptStrings |
0.026 |
 |
testSha512CryptNullData |
0.001 |
 |
testSha512CryptExplicitCall |
0.007 |
EncoderExceptionTest
 |
testConstructor0 |
0 |
 |
testConstructorThrowable |
0.001 |
 |
testConstructorStringThrowable |
0 |
 |
testConstructorString |
0 |
QuotedPrintableCodecTest
 |
testUTF8RoundTrip |
0.003 |
 |
testEncodeNull |
0.001 |
 |
testEncodeUrlWithNullBitSet |
0.001 |
 |
testBasicEncodeDecode |
0.001 |
 |
testDefaultEncoding |
0.002 |
 |
testSafeCharEncodeDecode |
0 |
 |
testDecodeInvalid |
0.002 |
 |
testSkipNotEncodedCRLF |
0.001 |
 |
testSoftLineBreakDecode |
0.001 |
 |
testSoftLineBreakEncode |
0.001 |
 |
testDecodeStringWithNull |
0.001 |
 |
testDecodeObjects |
0.001 |
 |
testEncodeDecodeNull |
0.001 |
 |
testInvalidEncoding |
0.001 |
 |
testUltimateSoftBreak |
0.001 |
 |
testEncodeStringWithNull |
0.003 |
 |
testTrailingSpecial |
0.003 |
 |
testEncodeObjects |
0.008 |
 |
testUnsafeEncodeDecode |
0.001 |
 |
testDecodeWithNullArray |
0 |
 |
testFinalBytes |
0 |
|