Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Side by Side Diff: pkg/analysis_server/test/integration/coverage.md

Issue 2747893004: Add analysis server integration tests for the search domain. (Closed)
Patch Set: review comments Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | pkg/analysis_server/test/integration/search/find_element_references_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Checklist to ensure that we have integration test coverage of all analysis 1 Checklist to ensure that we have integration test coverage of all analysis
2 server calls. 2 server calls.
3 3
4 This file is validated by `coverage_test.dart`. 4 This file is validated by `coverage_test.dart`.
5 5
6 TODO(devoncarew): We should track analysis server notifications here as well. 6 TODO(devoncarew): We should track analysis server notifications here as well.
7 7
8 ## analysis domain 8 ## analysis domain
9 - [x] analysis.getErrors 9 - [x] analysis.getErrors
10 - [x] analysis.getHover 10 - [x] analysis.getHover
(...skipping 24 matching lines...) Expand all
35 - [x] edit.sortMembers 35 - [x] edit.sortMembers
36 - [x] edit.organizeDirectives 36 - [x] edit.organizeDirectives
37 37
38 ## execution domain 38 ## execution domain
39 - [x] execution.createContext 39 - [x] execution.createContext
40 - [x] execution.deleteContext 40 - [x] execution.deleteContext
41 - [x] execution.mapUri 41 - [x] execution.mapUri
42 - [x] execution.setSubscriptions 42 - [x] execution.setSubscriptions
43 43
44 ## search domain 44 ## search domain
45 - [ ] search.findElementReferences 45 - [x] search.findElementReferences
46 - [ ] search.findMemberDeclarations 46 - [x] search.findMemberDeclarations
47 - [ ] search.findMemberReferences 47 - [x] search.findMemberReferences
48 - [ ] search.findTopLevelDeclarations 48 - [x] search.findTopLevelDeclarations
49 - [x] search.getTypeHierarchy 49 - [x] search.getTypeHierarchy
50 50
51 ## server domain 51 ## server domain
52 - [x] server.getVersion 52 - [x] server.getVersion
53 - [x] server.shutdown 53 - [x] server.shutdown
54 - [x] server.setSubscriptions 54 - [x] server.setSubscriptions
OLDNEW
« no previous file with comments | « no previous file | pkg/analysis_server/test/integration/search/find_element_references_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698