Home
last modified time | relevance | path

Searched refs:expectedJson (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs342 public void Oneof(string fooStringValue, string expectedJson) in Oneof() argument
352 AssertJson(expectedJson, formatter.Format(message)); in Oneof()
354 AssertJson(expectedJson, formatter.Format(message)); in Oneof()
369 …var expectedJson = "{ 'int64Field': '10', 'int32Field': 0, 'stringField': '', 'bytesField': 'ABCD'… in WrapperFormatting_Single()
370 AssertJson(expectedJson, JsonFormatter.Default.Format(message)); in WrapperFormatting_Single()
628 public void Wrappers_Standalone(System.Type wrapperType, object value, string expectedJson) in Wrappers_Standalone() argument
632 Assert.AreEqual(expectedJson, JsonFormatter.Default.Format(populated)); in Wrappers_Standalone()
646 public void WriteValue_Constant(object value, string expectedJson) in WriteValue_Constant() argument
648 AssertWriteValue(value, expectedJson); in WriteValue_Constant()
679 private static void AssertWriteValue(object value, string expectedJson) in AssertWriteValue() argument
[all …]