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