Searched refs:expectedJsonWithApostrophes (Results 1 – 1 of 1) sorted by relevance
520 private static void AssertJson(string expectedJsonWithApostrophes, string actualJson) in AssertJson() argument522 var expectedJson = expectedJsonWithApostrophes.Replace("'", "\""); in AssertJson()