10 references to VerifyMarkupAndExpected
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (10)
InlineCompletions\InlineCompletionsTests.cs (10)
44await VerifyMarkupAndExpected(markup, expectedSnippet);
64await VerifyMarkupAndExpected(markup, expectedSnippet);
84await VerifyMarkupAndExpected(markup, expectedSnippet, options: new LSP.FormattingOptions { TabSize = 1, InsertSpaces = true });
104await VerifyMarkupAndExpected(markup, expectedSnippet);
120await VerifyMarkupAndExpected(markup, expectedSnippet);
137await VerifyMarkupAndExpected(markup, expectedSnippet);
154await VerifyMarkupAndExpected(markup, expectedSnippet);
168await VerifyMarkupAndExpected(markup, expectedSnippet);
188await VerifyMarkupAndExpected(markup, expectedSnippet);
228await VerifyMarkupAndExpected(markup, expectedSnippet);