C# Class Microsoft.HockeyApp.Extensibility.Implementation.JsonWriterTest

Exibir arquivo Open project: bitstadium/HockeySDK-Windows

Private Methods

Method Description
ClassIsInternalAndNotMeantToBeAccessedByCustomers ( ) : void
IsNullOrEmptyReturnsFalseWhenInstanceWritesBoolProperty ( ) : void
IsNullOrEmptyReturnsFalseWhenInstanceWritesDateTimeOffsetProperty ( ) : void
IsNullOrEmptyReturnsFalseWhenInstanceWritesDoubleProperty ( ) : void
IsNullOrEmptyReturnsFalseWhenInstanceWritesIDictionaryStringDoubleProperty ( ) : void
IsNullOrEmptyReturnsFalseWhenInstanceWritesIDictionaryStringStringProperty ( ) : void
IsNullOrEmptyReturnsFalseWhenInstanceWritesIJsonSerializableProperty ( ) : void
IsNullOrEmptyReturnsFalseWhenInstanceWritesIntProperty ( ) : void
IsNullOrEmptyReturnsFalseWhenInstanceWritesRawObjectValue ( ) : void
IsNullOrEmptyReturnsFalseWhenInstanceWritesStringProperty ( ) : void
IsNullOrEmptyReturnsFalseWhenInstanceWritesTimeSpanProperty ( ) : void
IsNullOrEmptyReturnsTrueWhenGivenIJsonSerializableInstanceDoesNotWriteAnyProperties ( ) : void
IsNullOrEmptyReturnsTrueWhenGivenIJsonSerializableInstanceIsNull ( ) : void
IsNullOrEmptyReturnsTrueWhenInstanceWritesBoolPropertyWithNullValue ( ) : void
IsNullOrEmptyReturnsTrueWhenInstanceWritesDateTimeOffsetPropertyWithNullValue ( ) : void
IsNullOrEmptyReturnsTrueWhenInstanceWritesDoubleDictionaryPropertyWithNullValue ( ) : void
IsNullOrEmptyReturnsTrueWhenInstanceWritesDoublePropertyWithNullValue ( ) : void
IsNullOrEmptyReturnsTrueWhenInstanceWritesIDictionaryStringDoubleWithEmptyValue ( ) : void
IsNullOrEmptyReturnsTrueWhenInstanceWritesIDictionaryStringStringWithEmptyValue ( ) : void
IsNullOrEmptyReturnsTrueWhenInstanceWritesIDictionaryStringStringWithNullValue ( ) : void
IsNullOrEmptyReturnsTrueWhenInstanceWritesIJsonSerializablePropertyWithEmptyValue ( ) : void
IsNullOrEmptyReturnsTrueWhenInstanceWritesIJsonSerializablePropertyWithNullValue ( ) : void
IsNullOrEmptyReturnsTrueWhenInstanceWritesIntPropertyWithNullValue ( ) : void
IsNullOrEmptyReturnsTrueWhenInstanceWritesRawObjectValueWithNullValue ( ) : void
IsNullOrEmptyReturnsTrueWhenInstanceWritesStringPropertyWithEmptyValue ( ) : void
IsNullOrEmptyReturnsTrueWhenInstanceWritesStringPropertyWithNullValue ( ) : void
IsNullOrEmptyReturnsTrueWhenInstanceWritesTimeSpanPropertyWithNullValue ( ) : void
WriteEndArrayWritesClosingSquareBracket ( ) : void
WriteEndObjectWritesClosingCurlyBrace ( ) : void
WritePropertyBooleanDoesNothingIfValueIsNullBecauseItAssumesPropertyIsOptional ( ) : void
WritePropertyBooleanWritesFalseBecauseItIsExplicitlySet ( ) : void
WritePropertyBooleanWritesValueWithoutQuotationMarks ( ) : void
WritePropertyDateTimeOffsetDoesNothingIfValueIsNullBecauseItAssumesPropertyIsOptional ( ) : void
WritePropertyDateTimeOffsetWritesValueInQuotationMarksAndRoundTripDateTimeFormat ( ) : void
WritePropertyDoubleDoesNothingIfValueIsNullBecauseItAssumesPropertyIsOptional ( ) : void
WritePropertyDoubleWritesDoubleValueWithoutQuotationMark ( ) : void
WritePropertyIDictionaryDoubleDoesNothingWhenDictionaryIsEmptyBecauseItAssumesPropertyIsOptional ( ) : void
WritePropertyIDictionaryDoubleDoesNothingWhenDictionaryIsNullBecauseItAssumesPropertyIsOptional ( ) : void
WritePropertyIDictionaryDoubleWritesPropertyNameFollowedByValuesInCurlyBraces ( ) : void
WritePropertyIDictionaryDoubleWritesValuesWithoutDoubleQuotes ( ) : void
WritePropertyIDictionaryStringStringDoesNothingWhenDictionaryIsEmptyBecauseItAssumesPropertyIsOptional ( ) : void
WritePropertyIDictionaryStringStringDoesNothingWhenDictionaryIsNullBecauseItAssumesPropertyIsOptional ( ) : void
WritePropertyIDictionaryStringStringWritesPropertyNameFollowedByValuesInCurlyBraces ( ) : void
WritePropertyIDictionaryStringStringWritesValuesWithoutDoubleQuotes ( ) : void
WritePropertyIJsonSerializableDoesNothingWhenValueIsEmptyBecauseItAssumesPropertyIsOptional ( ) : void
WritePropertyIJsonSerializableDoesNothingWhenValueIsNullBecauseItAssumesPropertyIsOptional ( ) : void
WritePropertyIJsonSerializableInvokesSerialize ( ) : void
WritePropertyIJsonSerializableWritesPropertyName ( ) : void
WritePropertyIntDoesNothingIfValueIsNullBecauseItAssumesPropertyIsOptional ( ) : void
WritePropertyIntWritesIntValueWithoutQuotationMark ( ) : void
WritePropertyNameDoesNotPrependPropertyNameWithComaWhenNewObjectWasStarted ( ) : void
WritePropertyNamePrependsPropertyNameWithComaWhenCurrentObjectAlreadyHasProperties ( ) : void
WritePropertyNameThrowsArgumentExceptionWhenPropertyNameIsEmptyToPreventOurOwnErrors ( ) : void
WritePropertyNameWritesPropertyNameEnclosedInDoubleQuotationMarksFollowedByColon ( ) : void
WritePropertyStringDoesNothingIfValueIsEmptyBecauseItAssumesPropertyIsOptional ( ) : void
WritePropertyStringDoesNothingIfValueIsNullBecauseItAssumesPropertyIsOptional ( ) : void
WritePropertyStringThrowsArgumentNullExceptionForNameInputAsNull ( ) : void
WritePropertyStringWritesValueInDoubleQuotes ( ) : void
WritePropertyTimeSpanDoesNothingIfValueIsNullBecauseItAssumesPropertyIsOptional ( ) : void
WritePropertyTimeSpanWritesTimeSpanValueWithQuotationMark ( ) : void
WriteRawValueWritesValueWithoutEscapingValue ( ) : void
WriteStartArrayWritesOpeningSquareBracket ( ) : void
WriteStartObjectWritesOpeningCurlyBrace ( ) : void
WriteStringEscapesBackslash ( ) : void
WriteStringEscapesBackspace ( ) : void
WriteStringEscapesCarriageReturn ( ) : void
WriteStringEscapesFormFeed ( ) : void
WriteStringEscapesHorizontalTab ( ) : void
WriteStringEscapesNewline ( ) : void
WriteStringEscapesQuotationMark ( ) : void