C# Class Tests.vCardStandardReaderTests

Mostra file Open project: drlongnecker/Thought.vCards

Public Methods

Method Description
ReadProperty_String_Name_Subproperty_Subvalue_Value ( ) : void

Private Methods

Method Description
DecodeEscaped_Comma ( ) : void
DecodeEscaped_Comma_SlashComma ( ) : void
DecodeEscaped_Comma_SlashComma_Comma ( ) : void
DecodeEscaped_Empty ( ) : void
DecodeEscaped_Null ( ) : void
DecodeEscaped_Sample ( ) : void
DecodeEscaped_SlashComma ( ) : void
DecodeHexadecimal ( ) : void
DecodeHexadecimal_BadCharacter ( ) : void
DecodeQuotedPrintable_Empty ( ) : void
DecodeQuotedPrintable_EqualSign_EqualSign ( ) : void
DecodeQuotedPrintable_EqualSign_MoreLines ( ) : void
DecodeQuotedPrintable_EqualSign_NoMoreLines ( ) : void
DecodeQuotedPrintable_EqualSign_ValidEscapeCode ( ) : void
DecodeQuotedPrintable_IncompleteEscapeCode ( ) : void
DecodeQuotedPrintable_InvalidEscapeCode ( ) : void
DecodeQuotedPrintable_Null ( ) : void
ReadProperty_String_EmptyParameter ( ) : void
ReadProperty_String_MissingColon ( ) : void
ReadProperty_String_MissingName ( ) : void
ReadProperty_String_Name_Subproperties_Value ( ) : void
ReadProperty_String_Name_Subproperty_Value ( ) : void
ReadProperty_String_Name_Value ( ) : void
ReadProperty_String_NullParameter ( ) : void
ReadProperty_String_QuotedPrintable ( ) : void
ReadProperty_String_SingleColon ( ) : void
ReadProperty_String_Whitespace ( ) : void

Method Details

ReadProperty_String_Name_Subproperty_Subvalue_Value() public method