dart-sdk/pkg/analysis_server/test/lsp
Danny Tuppeny 88408d562b Fix LSP refactor test on Windows
Removes the recently-added base class to tests (which brought more with it than we needed - and caused issues on Windows) and adds in the flutter/meta packages using helpers (inc extracting the meta package to a new helper).

Re-enable skipped LSP refactor test

Change-Id: I62f8b3e300a776cae4fbd6d15deafb5b8970eef0

Change-Id: I165b9acf75a3ec9a91feb1730be2949eb4d5e5cb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/106741
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Danny Tuppeny <dantup@google.com>
2019-06-19 20:00:15 +00:00
..
analyzer_status_test.dart Add LSP custom notifications for analyzing status 2019-05-15 06:35:48 +00:00
cancel_request_test.dart Add support for cancelling requests in LSP server 2019-05-29 14:52:40 +00:00
change_workspace_folders_test.dart Ensure LSP server clears diagnostics for removed files/analysis roots 2019-01-09 16:17:12 +00:00
closing_labels_test.dart Add support + tests for closing labels 2019-06-04 13:35:57 +00:00
code_actions_abstract.dart Add LSP support for Extract Method refactor 2019-06-18 15:40:10 +00:00
code_actions_assists_test.dart Return empty responses instead of errors for non-Dart files in LSP server 2019-05-13 09:04:36 +00:00
code_actions_fixes_test.dart Return empty responses instead of errors for non-Dart files in LSP server 2019-05-13 09:04:36 +00:00
code_actions_refactor_test.dart Fix LSP refactor test on Windows 2019-06-19 20:00:15 +00:00
code_actions_source_test.dart Add LSP support for Extract Method refactor 2019-06-18 15:40:10 +00:00
completion_test.dart Filter LSP completion to exclude symbols already imported via another URI 2019-06-17 14:16:21 +00:00
definition_test.dart Return empty responses instead of errors for non-Dart files in LSP server 2019-05-13 09:04:36 +00:00
diagnostic_test.dart Filter TODOs out of LSP diagnostics 2019-06-13 07:31:36 +00:00
document_highlights_test.dart Return empty responses instead of errors for non-Dart files in LSP server 2019-05-13 09:04:36 +00:00
document_symbols_test.dart Return empty responses instead of errors for non-Dart files in LSP server 2019-05-13 09:04:36 +00:00
file_modification_test.dart Replace FileContentOverlay with OverlayResourceProvider in AnalysisServer. 2018-12-10 21:00:57 +00:00
folding_test.dart Return empty responses instead of errors for non-Dart files in LSP server 2019-05-13 09:04:36 +00:00
format_test.dart Return empty responses instead of errors for non-Dart files in LSP server 2019-05-13 09:04:36 +00:00
hover_test.dart Make the ranges of constructors in hovers match those of methods/functions 2019-06-12 13:28:37 +00:00
implementation_test.dart Add implementation/tests for textDocument/Implementation 2019-05-15 09:08:28 +00:00
initialization_test.dart Add support for dynamic registration for LSP 2019-05-27 17:36:20 +00:00
mapping_test.dart Fix NPEs when processing unknown kinds in LSP 2019-05-21 13:30:10 +00:00
priority_files_test.dart Add open files to LSP server/drivers priorityFiles 2019-01-03 16:00:28 +00:00
references_test.dart Return empty responses instead of errors for non-Dart files in LSP server 2019-05-13 09:04:36 +00:00
rename_test.dart Add test for LSP rename that edits multiple files 2019-01-15 15:10:42 +00:00
server_abstract.dart Fix LSP refactor test on Windows 2019-06-19 20:00:15 +00:00
server_test.dart Fix some lints in LSP tests 2019-05-23 17:54:03 +00:00
signature_help_test.dart Enable declarations tracker for LSP to support dart doc macros 2019-05-15 08:16:18 +00:00
super_test.dart Add LSP method to fetch super method/class for a position 2019-06-04 16:05:15 +00:00
test_all.dart Add LSP support for Extract Method refactor 2019-06-18 15:40:10 +00:00
workspace_symbols_test.dart Tweak LSP JSON validation error messages 2019-06-11 19:07:29 +00:00