Class QuotedPrintableDecoderTestCase
java.lang.Object
org.apache.commons.fileupload2.core.QuotedPrintableDecoderTestCase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
This is NOT supported by Commons-Codec, see CODEC-121.void
void
void
-
Constructor Details
-
QuotedPrintableDecoderTestCase
public QuotedPrintableDecoderTestCase()
-
-
Method Details
-
testBasicEncodeDecode
- Throws:
Exception
-
testEmptyDecode
- Throws:
Exception
-
testInvalidCharDecode
-
testInvalidQuotedPrintableEncoding
- Throws:
Exception
-
testInvalidSoftBreak1
- Throws:
Exception
-
testInvalidSoftBreak2
- Throws:
Exception
-
testPlainDecode
- Throws:
Exception
-
testSoftLineBreakDecode
This is NOT supported by Commons-Codec, see CODEC-121.- Throws:
Exception
- See Also:
-
testUnsafeDecode
- Throws:
Exception
-
testUnsafeDecodeLowerCase
- Throws:
Exception
-
testTruncatedEscape
- Throws:
Exception
-