8 references to VerifyMarkupAndExpected
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (8)
OnAutoInsert\OnAutoInsertTests.cs (8)
46await VerifyMarkupAndExpected("/", markup, expected, mutatingLspWorkspace);
70await VerifyMarkupAndExpected("/", markup, expected, mutatingLspWorkspace);
94await VerifyMarkupAndExpected("/", markup, expected, mutatingLspWorkspace);
114await VerifyMarkupAndExpected("'", markup, expected, mutatingLspWorkspace, languageName: LanguageNames.VisualBasic);
141await VerifyMarkupAndExpected("/", markup, expected, mutatingLspWorkspace);
197await VerifyMarkupAndExpected("\n", markup, expected, mutatingLspWorkspace);
225await VerifyMarkupAndExpected("\n", markup, expected, mutatingLspWorkspace);
253await VerifyMarkupAndExpected("\n", markup, expected, mutatingLspWorkspace);