Home
last modified time | relevance | path

Searched refs:actualJson (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonFormatterTest.cs386 var actualJson = formatter.Format(message); in WrapperFormatting_FormatDefaultValuesDoesNotFormatNull()
389 Assert.IsFalse(actualJson.Contains("\"int64Field\": null")); in WrapperFormatting_FormatDefaultValuesDoesNotFormatNull()
390 Assert.IsTrue(actualJson.Contains("\"int32Field\": 10")); in WrapperFormatting_FormatDefaultValuesDoesNotFormatNull()
692 private static void AssertJson(string expectedJsonWithApostrophes, string actualJson) in AssertJson() argument
695 Assert.AreEqual(expectedJson, actualJson); in AssertJson()

Completed in 2 milliseconds