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

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

Issue 2685883005: Add tests to vaildate the analysis server's integration test coverage. (Closed)
Patch Set: organize directives 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
« no previous file with comments | « no previous file | pkg/analysis_server/test/integration/coverage_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
(Empty)
1 Checklist to ensure that we have integration test coverage of all analysis
2 server calls.
3
4 This file is validated by `coverage_test.dart`.
5
6 ## server domain
7 - [x] server.getVersion
8 - [x] server.shutdown
9 - [x] server.setSubscriptions
10
11 ## analysis domain
12 - [x] analysis.getErrors
13 - [x] analysis.getHover
14 - [ ] analysis.getReachableSources
15 - [ ] analysis.getLibraryDependencies
16 - [ ] analysis.getNavigation
17 - [x] analysis.reanalyze
18 - [ ] analysis.setAnalysisRoots
19 - [ ] analysis.setGeneralSubscriptions
20 - [ ] analysis.setPriorityFiles
21 - [ ] analysis.setSubscriptions
22 - [x] analysis.updateContent
23 - [ ] analysis.updateOptions
24
25 ## completion domain
26 - [x] completion.getSuggestions
27
28 ## search domain
29 - [ ] search.findElementReferences
30 - [ ] search.findMemberDeclarations
31 - [ ] search.findMemberReferences
32 - [ ] search.findTopLevelDeclarations
33 - [x] search.getTypeHierarchy
34
35 ## edit domain
36 - [ ] edit.format
37 - [ ] edit.getAssists
38 - [ ] edit.getAvailableRefactorings
39 - [ ] edit.getFixes
40 - [ ] edit.getRefactoring
41 - [ ] edit.sortMembers
42 - [ ] edit.organizeDirectives
43
44 ## execution domain
45 - [ ] execution.createContext
46 - [ ] execution.deleteContext
47 - [x] execution.mapUri
48 - [ ] execution.setSubscriptions
49
50 ## diagnostic domain
51 - [ ] diagnostic.getDiagnostics
OLDNEW
« no previous file with comments | « no previous file | pkg/analysis_server/test/integration/coverage_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698