41 types derived from AbstractLanguageServerProtocolTests
IdeBenchmarks (2)
Lsp\LspCompletionBenchmarks.cs (1)
18
public class LspCompletionBenchmarks :
AbstractLanguageServerProtocolTests
Lsp\LspCompletionSerializationBenchmarks.cs (1)
23
public class LspCompletionSerializationBenchmarks :
AbstractLanguageServerProtocolTests
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (39)
CodeActions\CodeActionResolveTests.cs (1)
23
public class CodeActionResolveTests :
AbstractLanguageServerProtocolTests
CodeActions\RunCodeActionsTests.cs (1)
21
public class RunCodeActionsTests :
AbstractLanguageServerProtocolTests
CodeLens\AbstractCodeLensTests.cs (1)
16
public abstract class AbstractCodeLensTests :
AbstractLanguageServerProtocolTests
Completion\CompletionFeaturesTests.cs (1)
30
public class CompletionFeaturesTests :
AbstractLanguageServerProtocolTests
Completion\CompletionResolveTests.cs (1)
28
public class CompletionResolveTests :
AbstractLanguageServerProtocolTests
Completion\CompletionTests.cs (1)
23
public class CompletionTests :
AbstractLanguageServerProtocolTests
Configuration\DidChangeConfigurationNotificationHandlerTest.cs (1)
23
public class DidChangeConfigurationNotificationHandlerTest :
AbstractLanguageServerProtocolTests
Definitions\GoToDefinitionTests.cs (1)
19
public class GoToDefinitionTests :
AbstractLanguageServerProtocolTests
Definitions\GoToTypeDefinitionTests.cs (1)
17
public class GoToTypeDefinitionTests :
AbstractLanguageServerProtocolTests
Diagnostics\DiagnosticRegistrationTests.cs (1)
21
public class DiagnosticRegistrationTests :
AbstractLanguageServerProtocolTests
DocumentChanges\DocumentChangesTests.cs (1)
16
public partial class DocumentChangesTests :
AbstractLanguageServerProtocolTests
FoldingRanges\FoldingRangesTests.cs (1)
18
public class FoldingRangesTests :
AbstractLanguageServerProtocolTests
Formatting\FormatDocumentOnTypeTests.cs (1)
17
public class FormatDocumentOnTypeTests :
AbstractLanguageServerProtocolTests
Formatting\FormatDocumentRangeTests.cs (1)
17
public class FormatDocumentRangeTests :
AbstractLanguageServerProtocolTests
Formatting\FormatDocumentTests.cs (1)
18
public class FormatDocumentTests :
AbstractLanguageServerProtocolTests
HandlerTests.cs (1)
25
public class HandlerTests :
AbstractLanguageServerProtocolTests
Highlights\DocumentHighlightTests.cs (1)
18
public class DocumentHighlightTests :
AbstractLanguageServerProtocolTests
InlayHint\AbstractInlayHintTests.cs (1)
16
public abstract class AbstractInlayHintTests :
AbstractLanguageServerProtocolTests
InlineCompletions\InlineCompletionsTests.cs (1)
18
public class InlineCompletionsTests :
AbstractLanguageServerProtocolTests
LanguageServerTargetTests.cs (1)
22
public class LanguageServerTargetTests :
AbstractLanguageServerProtocolTests
MapCode\MapCodeTests.cs (1)
23
public class MapCodeTests :
AbstractLanguageServerProtocolTests
Metadata\LspMetadataAsSourceWorkspaceTests.cs (1)
18
public sealed class LspMetadataAsSourceWorkspaceTests :
AbstractLanguageServerProtocolTests
Miscellaneous\LspMiscellaneousFilesWorkspaceTests.cs (1)
17
public class LspMiscellaneousFilesWorkspaceTests :
AbstractLanguageServerProtocolTests
OnAutoInsert\OnAutoInsertTests.cs (1)
19
public class OnAutoInsertTests :
AbstractLanguageServerProtocolTests
Ordering\RequestOrderingTests.cs (1)
20
public partial class RequestOrderingTests :
AbstractLanguageServerProtocolTests
ProjectContext\GetTextDocumentWithContextHandlerTests.cs (1)
16
public class GetTextDocumentWithContextHandlerTests :
AbstractLanguageServerProtocolTests
ProtocolConversionsTests.cs (1)
20
public class ProtocolConversionsTests :
AbstractLanguageServerProtocolTests
References\FindImplementationsTests.cs (1)
18
public class FindImplementationsTests :
AbstractLanguageServerProtocolTests
Rename\RenameTests.cs (1)
19
public class RenameTests :
AbstractLanguageServerProtocolTests
SemanticTokens\AbstractSemanticTokensTests.cs (1)
21
public abstract class AbstractSemanticTokensTests :
AbstractLanguageServerProtocolTests
SignatureHelp\SignatureHelpTests.cs (1)
15
public class SignatureHelpTests :
AbstractLanguageServerProtocolTests
SimplifyMethod\SimplifyMethodTests.cs (1)
17
public class SimplifyMethodTests :
AbstractLanguageServerProtocolTests
Symbols\DocumentSymbolsTests.cs (1)
17
public class DocumentSymbolsTests :
AbstractLanguageServerProtocolTests
UriTests.cs (1)
22
public class UriTests :
AbstractLanguageServerProtocolTests
ValidateBreakableRange\ValidateBreakableRangeTests.cs (1)
15
public class ValidateBreakableRange :
AbstractLanguageServerProtocolTests
VSTypeScriptHandlerTests.cs (1)
26
public class VSTypeScriptHandlerTests :
AbstractLanguageServerProtocolTests
Workspaces\LspWorkspaceManagerTests.cs (1)
23
public class LspWorkspaceManagerTests :
AbstractLanguageServerProtocolTests
Workspaces\LspWorkspaceRegistrationServiceTests.cs (1)
11
public class LspWorkspaceRegistrationServiceTests :
AbstractLanguageServerProtocolTests
Workspaces\SourceGeneratedDocumentUriTests.cs (1)
14
public class SourceGeneratedDocumentUrisTests :
AbstractLanguageServerProtocolTests
2 references to AbstractLanguageServerProtocolTests
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
TestConfigurableDocumentHandler.cs (1)
15
using static Roslyn.Test.Utilities.
AbstractLanguageServerProtocolTests
;
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
DocumentOutline\DocumentOutlineTestsBase.cs (1)
25
using static Roslyn.Test.Utilities.
AbstractLanguageServerProtocolTests
;