|
| void | AllTypesRoundtrip () |
| |
| void | Maps () |
| |
| void | IntegerMapKeysAreStrict (string keyText) |
| |
| void | OriginalFieldNameAccepted () |
| |
| void | SourceContextRoundtrip () |
| |
| void | SingularWrappers_DefaultNonNullValues () |
| |
| void | SingularWrappers_NonDefaultValues () |
| |
| void | SingularWrappers_ExplicitNulls () |
| |
| void | Wrappers_Standalone (System.Type wrapperType, string json, object expectedValue) |
| |
| void | ExplicitNullValue () |
| |
| void | BytesWrapper_Standalone () |
| |
| void | RepeatedWrappers () |
| |
| void | RepeatedField_NullElementProhibited () |
| |
| void | RepeatedField_NullOverallValueAllowed () |
| |
| void | MapField_NullValueProhibited (string json) |
| |
| void | MapField_NullOverallValueAllowed () |
| |
| void | IndividualWrapperTypes () |
| |
| void | StringToInt32_Valid (string jsonValue, int expectedParsedValue) |
| |
| void | StringToInt32_Invalid (string jsonValue) |
| |
| void | StringToUInt32_Valid (string jsonValue, uint expectedParsedValue) |
| |
| void | StringToUInt32_Invalid (string jsonValue) |
| |
| void | StringToInt64_Valid (string jsonValue, long expectedParsedValue) |
| |
| void | StringToInt64_Invalid (string jsonValue) |
| |
| void | StringToUInt64_Valid (string jsonValue, ulong expectedParsedValue) |
| |
| void | StringToUInt64_Invalid (string jsonValue) |
| |
| void | StringToDouble_Valid (string jsonValue, double expectedParsedValue) |
| |
| void | StringToDouble_Invalid (string jsonValue) |
| |
| void | StringToFloat_Valid (string jsonValue, float expectedParsedValue) |
| |
| void | StringToFloat_Invalid (string jsonValue) |
| |
| void | NumberToInt32_Valid (string jsonValue, int expectedParsedValue) |
| |
| void | NumberToInt32_Invalid (string jsonValue, System.Type expectedExceptionType) |
| |
| void | NumberToUInt32_Valid (string jsonValue, uint expectedParsedValue) |
| |
| void | NumberToUInt32_Invalid (string jsonValue) |
| |
| void | NumberToInt64_Valid (string jsonValue, long expectedParsedValue) |
| |
| void | NumberToInt64_Invalid (string jsonValue) |
| |
| void | NumberToUInt64_Valid (string jsonValue, ulong expectedParsedValue) |
| |
| void | NumberToUInt64_Invalid (string jsonValue) |
| |
| void | NumberToDouble_Valid (string jsonValue, double expectedParsedValue) |
| |
| void | NumberToDouble_Invalid (string jsonValue) |
| |
| void | NumberToFloat_Valid (string jsonValue, float expectedParsedValue) |
| |
| void | NumberToFloat_Invalid (string jsonValue, System.Type expectedExceptionType) |
| |
| void | Timestamp_Valid (string jsonValue, string expectedFormatted) |
| |
| void | Timestamp_Invalid (string jsonValue) |
| |
| void | StructValue_Null () |
| |
| void | StructValue_String () |
| |
| void | StructValue_Bool () |
| |
| void | StructValue_List () |
| |
| void | ParseListValue () |
| |
| void | StructValue_Struct () |
| |
| void | ParseStruct () |
| |
| void | Duration_Valid (string jsonValue, string expectedFormatted) |
| |
| void | Duration_Invalid (string jsonValue) |
| |
| void | FieldMask_Valid (string jsonValue, params string[] expectedPaths) |
| |
| void | FieldMask_Invalid (string jsonValue) |
| |
| void | Any_RegularMessage () |
| |
| void | Any_CustomPrefix () |
| |
| void | Any_UnknownType () |
| |
| void | Any_NoTypeUrl () |
| |
| void | Any_WellKnownType () |
| |
| void | Any_Nested () |
| |
| void | DataAfterObject () |
| |
| void | MaliciousRecursion () |
| | JSON equivalent to CodedInputStreamTest.MaliciousRecursion More...
|
| |
| void | Bytes_InvalidBase64 (string badBase64) |
| |
| void | EnumValid (string value, ForeignEnum expectedValue) |
| |
| void | Enum_Invalid (string value) |
| |
| void | OneofDuplicate_Invalid () |
| |
Unit tests for JSON parsing.