Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs317 public void Oneof(string fooStringValue, string expectedJson) in Oneof()
603 public void Wrappers_Standalone(System.Type wrapperType, object value, string expectedJson) in Wrappers_Standalone()
633 public void WriteValue_Constant(object value, string expectedJson) in WriteValue_Constant()
953 …private static void AssertWriteValue(object value, string expectedJson, JsonFormatter.Settings set… in AssertWriteValue()