C# Class UnitTests.EncoderTests

ファイルを表示 Open project: jstedfast/MimeKit

Private Methods

Method Description
AssertArgumentExceptions ( IMimeDecoder decoder ) : void
AssertArgumentExceptions ( IMimeEncoder encoder ) : void
AssertIsDecoderFilter ( ContentEncoding encoding, ContentEncoding expected ) : void
AssertIsDecoderFilter ( string encoding, ContentEncoding expected ) : void
AssertIsEncoderFilter ( ContentEncoding encoding, ContentEncoding expected ) : void
AssertIsEncoderFilter ( string encoding, ContentEncoding expected ) : void
AssertState ( object encoder, object clone ) : void
CloneAndAssert ( IMimeDecoder decoder ) : void
CloneAndAssert ( IMimeEncoder encoder ) : void
GetEnumValue ( Type type, int value ) : object
ResetAndAssert ( IMimeDecoder decoder ) : void
ResetAndAssert ( IMimeEncoder encoder ) : void
SetRandomState ( object fsm ) : void
TestBase64Decode ( ) : void
TestBase64Encode ( ) : void
TestClone ( ) : void
TestCreateDecoders ( ) : void
TestCreateEncoders ( ) : void
TestPassThroughDecoder ( ) : void
TestPassThroughEncoder ( ) : void
TestQuotedPrintableDecode ( ) : void
TestQuotedPrintableEncode ( ) : void
TestReset ( ) : void
TestUUDecode ( ) : void
TestUUEncode ( ) : void