2 types derived from TestLspServices
Microsoft.CommonLanguageServerProtocol.Framework.UnitTests (2)
Mocks\TestLspServices.cs (2)
43
private sealed class Default(IEnumerable<(Type type, object instance)> services) :
TestLspServices
(services)
48
:
TestLspServices
(services), IMethodHandlerProvider
3 references to TestLspServices
Microsoft.CommonLanguageServerProtocol.Framework.UnitTests (3)
HandlerProviderTests.cs (1)
108
return
TestLspServices
.Create(services, supportsMethodHandlerProvider);
QueueItemTests.cs (1)
28
var lspServices =
TestLspServices
.Create(
RequestExecutionQueueTests.cs (1)
44
=>
TestLspServices
.Create(