6 references to VSTypeScriptTestLspServer
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (6)
LanguageServer\VSTypeScriptHandlerTests.cs (6)
48await using var testLspServer = await CreateTsTestLspServerAsync(workspaceXml); 89await using var testLspServer = await CreateTsTestLspServerAsync(workspaceXml); 95private async Task<VSTypeScriptTestLspServer> CreateTsTestLspServerAsync(string workspaceXml, InitializationOptions? options = null) 100return await VSTypeScriptTestLspServer.CreateAsync(testWorkspace, new InitializationOptions(), TestOutputLspLogger); 132public static async Task<VSTypeScriptTestLspServer> CreateAsync(LspTestWorkspace testWorkspace, InitializationOptions options, AbstractLspLogger logger) 135var server = new VSTypeScriptTestLspServer(testWorkspace, locations, options, logger);