dart-sdk/pkg/analysis_server/test
Danny Tuppeny cd71694342 [analysis_server] Sort types in LSP Unions consistently
This simplifies an upcoming change switching from parsing LSP TypeScript definitions to using a new JSON definition (where items are not all in the same order).

Change-Id: I773ce9ab174288ef5226b5f82f8ad7b8fb5f3693
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244245
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2022-05-11 15:36:34 +00:00
..
analysis Stop using main in test code in more places, part 3 2022-05-06 22:34:50 +00:00
channel Replace ServerCommunicationChannel.listen() with Stream of requests. 2021-11-05 03:05:56 +00:00
client [analysis_server] Remove qualified static members from code completion 2022-05-04 14:22:24 +00:00
edit Stop using main in test code in more places, part 3 2022-05-06 22:34:50 +00:00
integration [analysis_server] Add shared protocol.dart file for LSP 2022-05-11 15:28:35 +00:00
lsp [analysis_server] Sort types in LSP Unions consistently 2022-05-11 15:36:34 +00:00
mock_packages [analysis_server] Add Flutter snippet for Widget with AnimationController 2022-02-23 17:23:42 +00:00
plugin Stop using main in test code in more places, part 3 2022-05-06 22:34:50 +00:00
search Stop using main in test code in more places, part 3 2022-05-06 22:34:50 +00:00
services Stop using main in test code in more places, part 4 2022-05-08 14:32:41 +00:00
src [analysis_server] Add shared protocol.dart file for LSP 2022-05-11 15:28:35 +00:00
stress rename local functions with _s 2022-04-27 00:23:06 +00:00
timing Add --dart-sdk option to analyzer flutter benchmarks. 2022-04-05 19:13:33 +00:00
tool [analysis_server] Sort types in LSP Unions consistently 2022-05-11 15:36:34 +00:00
utils Use check() and extensions for SourceChange/SourceFileEdit. 2021-11-08 23:07:43 +00:00
abstract_context.dart Rename newFile2() to newFile(). 2022-04-19 02:59:57 +00:00
abstract_single_unit.dart Rename newFile2() to newFile(). 2022-04-19 02:59:57 +00:00
analysis_abstract.dart Remove AbstractAnalysisTest. 2022-04-24 04:25:50 +00:00
analysis_server_base.dart Migrate AnalysisHoverBazelTest to BazelWorkspaceAnalysisServerTest. 2022-04-22 21:07:29 +00:00
analysis_server_test.dart Remove ServerDomainHandler 2022-04-26 18:28:24 +00:00
benchmarks_test.dart analysis_server: Enforce strict-casts 2021-12-07 22:45:59 +00:00
completion_test.dart migrate server to recommended lints 2022-04-12 13:34:12 +00:00
completion_test_support.dart Rename newFile2() to newFile(). 2022-04-19 02:59:57 +00:00
constants.dart Migrate analysis_server and analysis_server_client protocol. 2021-04-02 06:46:41 +00:00
domain_analysis_test.dart Stop using main in test code in more places, part 3 2022-05-06 22:34:50 +00:00
domain_completion_test.dart analyzer: Prefer string interpolations 2022-05-04 20:45:25 +00:00
domain_completion_util.dart Rename newFile2() to newFile(). 2022-04-19 02:59:57 +00:00
domain_diagnostic_test.dart Stop using main in test code in more places, part 3 2022-05-06 22:34:50 +00:00
domain_execution_test.dart Rename newFile2() to newFile(). 2022-04-19 02:59:57 +00:00
domain_server_test.dart Convert remaining handlers in server domain 2022-04-01 14:12:05 +00:00
mocks.dart migrate server to recommended lints 2022-04-12 13:34:12 +00:00
mocks_lsp.dart [analysis_server] Add shared protocol.dart file for LSP 2022-05-11 15:28:35 +00:00
protocol_server_test.dart Tests for searching enum children in analysis_server. 2022-02-09 19:12:56 +00:00
protocol_test.dart Migrate analysis_server and analysis_server_client protocol. 2021-04-02 06:46:41 +00:00
socket_server_test.dart Remove ServerDomainHandler 2022-04-26 18:28:24 +00:00
test_all.dart Add a test for the error_fix_status file 2022-03-01 18:50:08 +00:00
verify_error_fix_status_test.dart Add a test for the error_fix_status file 2022-03-01 18:50:08 +00:00
verify_no_solo_test.dart Restore sync file methods in AnalysisSession. 2022-03-21 23:27:57 +00:00
verify_sorted_test.dart Restore sync file methods in AnalysisSession. 2022-03-21 23:27:57 +00:00
verify_tests_test.dart Enforce use_super_parameters in analysis_server/. 2022-04-15 18:13:44 +00:00