Base64UtilsUnitTest

11

tests

0

failures

0

ignored

0.008s

duration

100%

successful

Tests

Test Duration Result
testEdgeCaseBase64SingleCharacter() 0.002s passed
testEmptyInput() 0.001s passed
testInvalidBase64LengthNotDivisibleByFour() 0.001s passed
testInvalidBase64WithExcessivePadding() 0.001s passed
testInvalidBase64WithSpecialCharacters() 0s passed
testInvalidBase64WithWhitespace() 0s passed
testNullInput() 0s passed
testValidBase64EdgeCaseMinimalLengthWithPadding() 0s passed
testValidBase64WithDoublePadding() 0.001s passed
testValidBase64WithPadding() 0.001s passed
testValidBase64WithoutPadding() 0.001s passed