You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assert.StartsWith("Mismatch between number of diagnostics returned, expected \"1\" actual \"0\"",ex.Message);
44
+
Assert.StartsWith($"Context: Diagnostics of test state{Environment.NewLine}Mismatch between number of diagnostics returned, expected \"1\" actual \"0\"",ex.Message);
Assert.StartsWith("Mismatch between number of diagnostics returned, expected \"0\" actual \"1\"",ex.Message);
129
+
Assert.StartsWith($"Context: Diagnostics of test state{Environment.NewLine}Mismatch between number of diagnostics returned, expected \"0\" actual \"1\"",ex.Message);
Assert.StartsWith("Mismatch between number of diagnostics returned, expected \"0\" actual \"2\"",ex.Message);
151
+
Assert.StartsWith($"Context: Diagnostics of test state{Environment.NewLine}Mismatch between number of diagnostics returned, expected \"0\" actual \"2\"",ex.Message);
Assert.StartsWith("Mismatch between number of diagnostics returned, expected \"1\" actual \"2\"",ex.Message);
176
+
Assert.StartsWith($"Context: Diagnostics of test state{Environment.NewLine}Mismatch between number of diagnostics returned, expected \"1\" actual \"2\"",ex.Message);
Assert.StartsWith("Mismatch between number of diagnostics returned, expected \"1\" actual \"2\"",ex.Message);
202
+
Assert.StartsWith($"Context: Diagnostics of test state{Environment.NewLine}Mismatch between number of diagnostics returned, expected \"1\" actual \"2\"",ex.Message);
Assert.StartsWith("Expected diagnostic to start on line \"8\" was actually on line \"7\"",ex.Message);
276
+
Assert.StartsWith($"Context: Diagnostics of test state{Environment.NewLine}Expected diagnostic to start on line \"8\" was actually on line \"7\"",ex.Message);
Assert.StartsWith("Expected diagnostic to start on line \"7\" was actually on line \"8\"",ex.Message);
305
+
Assert.StartsWith($"Context: Diagnostics of test state{Environment.NewLine}Expected diagnostic to start on line \"7\" was actually on line \"8\"",ex.Message);
Assert.StartsWith("Expected diagnostic to start at column \"34\" was actually at column \"33\"",ex.Message);
329
+
Assert.StartsWith($"Context: Diagnostics of test state{Environment.NewLine}Expected diagnostic to start at column \"34\" was actually at column \"33\"",ex.Message);
Assert.StartsWith("Expected diagnostic to end at column \"35\" was actually at column \"34\"",ex.Message);
353
+
Assert.StartsWith($"Context: Diagnostics of test state{Environment.NewLine}Expected diagnostic to end at column \"35\" was actually at column \"34\"",ex.Message);
0 commit comments