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

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

Issue 2696323004: Tests for analysis.navigation. (Closed)
Patch Set: Created 3 years, 10 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 ## server domain 8 ## server domain
9 - [x] server.getVersion 9 - [x] server.getVersion
10 - [x] server.shutdown 10 - [x] server.shutdown
11 - [x] server.setSubscriptions 11 - [x] server.setSubscriptions
12 12
13 ## analysis domain 13 ## analysis domain
14 - [x] analysis.getErrors 14 - [x] analysis.getErrors
15 - [x] analysis.getHover 15 - [x] analysis.getHover
16 - [ ] analysis.getReachableSources 16 - [ ] analysis.getReachableSources
17 - [ ] analysis.getLibraryDependencies 17 - [ ] analysis.getLibraryDependencies
18 - [ ] analysis.getNavigation 18 - [x] analysis.getNavigation
19 - [x] analysis.reanalyze 19 - [x] analysis.reanalyze
20 - [ ] analysis.setAnalysisRoots 20 - [x] analysis.setAnalysisRoots
21 - [ ] analysis.setGeneralSubscriptions 21 - [ ] analysis.setGeneralSubscriptions
22 - [ ] analysis.setPriorityFiles 22 - [ ] analysis.setPriorityFiles
23 - [ ] analysis.setSubscriptions 23 - [x] analysis.setSubscriptions
24 - [x] analysis.updateContent 24 - [x] analysis.updateContent
25 - [ ] analysis.updateOptions 25 - [x] analysis.updateOptions
26 26
27 ## completion domain 27 ## completion domain
28 - [x] completion.getSuggestions 28 - [x] completion.getSuggestions
29 29
30 ## search domain 30 ## search domain
31 - [ ] search.findElementReferences 31 - [ ] search.findElementReferences
32 - [ ] search.findMemberDeclarations 32 - [ ] search.findMemberDeclarations
33 - [ ] search.findMemberReferences 33 - [ ] search.findMemberReferences
34 - [ ] search.findTopLevelDeclarations 34 - [ ] search.findTopLevelDeclarations
35 - [x] search.getTypeHierarchy 35 - [x] search.getTypeHierarchy
36 36
37 ## edit domain 37 ## edit domain
38 - [x] edit.format 38 - [x] edit.format
39 - [ ] edit.getAssists 39 - [ ] edit.getAssists
40 - [ ] edit.getAvailableRefactorings 40 - [ ] edit.getAvailableRefactorings
41 - [ ] edit.getFixes 41 - [ ] edit.getFixes
42 - [ ] edit.getRefactoring 42 - [ ] edit.getRefactoring
43 - [x] edit.sortMembers 43 - [x] edit.sortMembers
44 - [x] edit.organizeDirectives 44 - [x] edit.organizeDirectives
45 45
46 ## execution domain 46 ## execution domain
47 - [x] execution.createContext 47 - [x] execution.createContext
48 - [x] execution.deleteContext 48 - [x] execution.deleteContext
49 - [x] execution.mapUri 49 - [x] execution.mapUri
50 - [ ] execution.setSubscriptions 50 - [ ] execution.setSubscriptions
51 51
52 ## diagnostic domain 52 ## diagnostic domain
53 - [x] diagnostic.getDiagnostics 53 - [x] diagnostic.getDiagnostics
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698