C# Class Smuxi.Engine.MessageBuilderTests

Mostra file Open project: meebey/smuxi

Public Methods

Method Description
TestMessage ( string message, MessageModel expectedMsg ) : void

Private Methods

Method Description
AppendBrokenMail ( ) : void
AppendFormatMissingClosingBrace ( ) : void
AppendFormatMissingOpeningBrace ( ) : void
AppendFormatNegativePlaceholder ( ) : void
AppendFormatNonIntegerBraceChaos ( ) : void
AppendFormatNonIntegerPlaceholder ( ) : void
AppendFormatPlaceholderOverflow ( ) : void
AppendFormatWithBracedStrings ( ) : void
AppendFormatWithRepeatedStrings ( ) : void
AppendFormatWithStrings ( ) : void
AppendFormatWithSubmessage ( ) : void
AppendFormatWithoutPlaceholders ( ) : void
AppendHtmlMessageBold ( ) : void
AppendHtmlMessageCssFgRed ( ) : void
AppendHtmlMessageCssFgRedBgBlue ( ) : void
AppendHtmlMessageCssFgRedBgWhite ( ) : void
AppendHtmlMessageWithNewlines ( ) : void
AppendHtmlMessageWithUrls ( ) : void
AppendHtmlUrlMessage ( ) : void
AppendIPv4Links ( ) : void
AppendIPv6Links ( ) : void
AppendMessageWithIdnLink ( ) : void
AppendMessageWithNonUrls ( ) : void
AppendMessageWithOddUrls ( ) : void
AppendMessageWithSmartLinks ( ) : void
AppendTextUrlEndsInClosedBracket ( ) : void
AppendTextUrlEndsInDot ( ) : void
AppendTextUrlGithubMessage ( ) : void
AppendTextUrlMultipleInQuotes ( ) : void
AppendTextUrlNormalBrackets ( ) : void
AppendTextUrlParsingEndsInQuestionmark ( ) : void
AppendTextUrlParsingLtGtBrackets ( ) : void
AppendTextUrlParsingSanity ( ) : void
AppendTextUrlParsingUrlEndsInComma ( ) : void
AppendTextUrlParsingUrlInBrackets ( ) : void
AppendTextUrlParsingUrlNoProtocol ( ) : void
AppendTextUrlSquareBrackets ( ) : void
BrokenAppendMessageWithOddUrls ( ) : void

Method Details

TestMessage() public method

public TestMessage ( string message, MessageModel expectedMsg ) : void
message string
expectedMsg MessageModel
return void