C# 클래스 Smuxi.Engine.MessageBuilderTests

파일 보기 프로젝트 열기: meebey/smuxi

공개 메소드들

메소드 설명
TestMessage ( string message, MessageModel expectedMsg ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

TestMessage() 공개 메소드

public TestMessage ( string message, MessageModel expectedMsg ) : void
message string
expectedMsg MessageModel
리턴 void