8 references to VerifyMarkupAndExpected
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (8)
OnAutoInsert\OnAutoInsertTests.cs (8)
45await VerifyMarkupAndExpected("/", markup, expected, mutatingLspWorkspace); 69await VerifyMarkupAndExpected("/", markup, expected, mutatingLspWorkspace); 93await VerifyMarkupAndExpected("/", markup, expected, mutatingLspWorkspace); 113await VerifyMarkupAndExpected("'", markup, expected, mutatingLspWorkspace, languageName: LanguageNames.VisualBasic); 140await VerifyMarkupAndExpected("/", markup, expected, mutatingLspWorkspace); 196await VerifyMarkupAndExpected("\n", markup, expected, mutatingLspWorkspace); 224await VerifyMarkupAndExpected("\n", markup, expected, mutatingLspWorkspace); 252await VerifyMarkupAndExpected("\n", markup, expected, mutatingLspWorkspace);