C# Class UnitTests.ContentDispositionTests

显示文件 Open project: jstedfast/MimeKit

Private Methods

Method Description
AssertParse ( string text, MimeKit.ContentDisposition expected, bool result = true, int tokenIndex = -1, int errorIndex = -1 ) : void
AssertParseResults ( MimeKit.ContentDisposition disposition, MimeKit.ContentDisposition expected ) : void
TestArgumentExceptions ( ) : void
TestChineseFilename ( ) : void
TestChineseFilename2047 ( ) : void
TestDispositionParameters ( ) : void
TestFormData ( ) : void
TestInvalidDataAfterMDisposition ( ) : void
TestInvalidDisposition ( ) : void
TestIssue239 ( ) : void
TestMistakenlyQuotedEncodedParameterValues ( ) : void
TestMultipleParametersWithIdenticalNames ( ) : void
TestUnquotedFilenameParameterValues ( ) : void