Base64UtilsUnitTest

11

tests

0

failures

0

ignored

0.004s

duration

100%

successful

Tests

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