Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs520 private static void AssertJson(string expectedJsonWithApostrophes, string actualJson) in AssertJson() argument
522 var expectedJson = expectedJsonWithApostrophes.Replace("'", "\""); in AssertJson()