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

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

Issue 2808623002: Add 4 integration tests for the analysis domain. (Closed)
Patch Set: dartfmt Created 3 years, 8 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
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
11 - [ ] analysis.getReachableSources 11 - [x] analysis.getReachableSources (failing - see #329311)
12 - [ ] analysis.getLibraryDependencies 12 - [x] analysis.getLibraryDependencies (failing - see #29310)
13 - [x] analysis.getNavigation (failing - see #28799) 13 - [x] analysis.getNavigation (failing - see #28799)
14 - [x] analysis.reanalyze 14 - [x] analysis.reanalyze
15 - [x] analysis.setAnalysisRoots 15 - [x] analysis.setAnalysisRoots
16 - [ ] analysis.setGeneralSubscriptions 16 - [x] analysis.setGeneralSubscriptions
17 - [ ] analysis.setPriorityFiles 17 - [x] analysis.setPriorityFiles
18 - [x] analysis.setSubscriptions 18 - [x] analysis.setSubscriptions
19 - [x] analysis.updateContent 19 - [x] analysis.updateContent
20 - [x] analysis.updateOptions (failing - see #28800) 20 - [x] analysis.updateOptions (failing - see #28800) (deprecated)
21 21
22 ## completion domain 22 ## completion domain
23 - [x] completion.getSuggestions 23 - [x] completion.getSuggestions
24 24
25 ## diagnostic domain 25 ## diagnostic domain
26 - [x] diagnostic.getDiagnostics 26 - [x] diagnostic.getDiagnostics
27 - [x] diagnostic.getServerPort 27 - [x] diagnostic.getServerPort
28 28
29 ## edit domain 29 ## edit domain
30 - [x] edit.format 30 - [x] edit.format
(...skipping 15 matching lines...) Expand all
46 - [x] search.findElementReferences 46 - [x] search.findElementReferences
47 - [x] search.findMemberDeclarations 47 - [x] search.findMemberDeclarations
48 - [x] search.findMemberReferences 48 - [x] search.findMemberReferences
49 - [x] search.findTopLevelDeclarations 49 - [x] search.findTopLevelDeclarations
50 - [x] search.getTypeHierarchy 50 - [x] search.getTypeHierarchy
51 51
52 ## server domain 52 ## server domain
53 - [x] server.getVersion 53 - [x] server.getVersion
54 - [x] server.shutdown 54 - [x] server.shutdown
55 - [x] server.setSubscriptions 55 - [x] server.setSubscriptions
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698