Base64UtilsUnitTest

11

tests

0

failures

0

ignored

0s

duration

100%

successful

Tests

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