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