6 references to VSTypeScriptTestLspServer
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (6)
LanguageServer\VSTypeScriptHandlerTests.cs (6)
50await using var testLspServer = await CreateTsTestLspServerAsync(workspaceXml); 91await using var testLspServer = await CreateTsTestLspServerAsync(workspaceXml); 97private async Task<VSTypeScriptTestLspServer> CreateTsTestLspServerAsync(string workspaceXml, InitializationOptions? options = null) 102return await VSTypeScriptTestLspServer.CreateAsync(testWorkspace, new InitializationOptions(), TestOutputLspLogger); 134public static async Task<VSTypeScriptTestLspServer> CreateAsync(LspTestWorkspace testWorkspace, InitializationOptions options, AbstractLspLogger logger) 137var server = new VSTypeScriptTestLspServer(testWorkspace, locations, options, logger);