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

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

Issue 3000563002: Add analysis server notifications to the api coverage doc. (Closed)
Patch Set: Created 3 years, 4 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
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. This file is validated by `coverage_test.dart`. 2 server calls. This file is validated by `coverage_test.dart`.
3 3
4 ## analysis domain 4 ## analysis domain
5 - [x] analysis.getErrors 5 - [x] analysis.getErrors
6 - [x] analysis.getHover 6 - [x] analysis.getHover
7 - [x] analysis.getImportedElements 7 - [x] analysis.getImportedElements
8 - [x] analysis.getLibraryDependencies (failing - see #29310) 8 - [x] analysis.getLibraryDependencies (failing - see #29310)
9 - [x] analysis.getNavigation (failing - see #28799) 9 - [x] analysis.getNavigation (failing - see #28799)
10 - [x] analysis.getReachableSources (failing - see #29311) 10 - [x] analysis.getReachableSources (failing - see #29311)
11 - [x] analysis.reanalyze 11 - [x] analysis.reanalyze
12 - [x] analysis.setAnalysisRoots 12 - [x] analysis.setAnalysisRoots
13 - [x] analysis.setGeneralSubscriptions 13 - [x] analysis.setGeneralSubscriptions
14 - [x] analysis.setPriorityFiles 14 - [x] analysis.setPriorityFiles
15 - [x] analysis.setSubscriptions 15 - [x] analysis.setSubscriptions
16 - [x] analysis.updateContent 16 - [x] analysis.updateContent
17 - [x] analysis.updateOptions (failing - see #28800) (deprecated) 17 - [x] analysis.updateOptions (failing - see #28800) (deprecated)
18 - [ ] analysis.analyzedFiles
19 - [ ] analysis.closingLabels
20 - [ ] analysis.errors
21 - [ ] analysis.flushResults
22 - [ ] analysis.folding
23 - [x] analysis.highlights
24 - [ ] analysis.implemented
25 - [ ] analysis.invalidate
26 - [x] analysis.navigation
27 - [x] analysis.occurrences
28 - [x] analysis.outline
29 - [x] analysis.overrides
18 30
19 ## completion domain 31 ## completion domain
20 - [x] completion.getSuggestions 32 - [x] completion.getSuggestions
33 - [ ] completion.results
21 34
22 ## diagnostic domain 35 ## diagnostic domain
23 - [x] diagnostic.getDiagnostics 36 - [x] diagnostic.getDiagnostics
24 - [x] diagnostic.getServerPort 37 - [x] diagnostic.getServerPort
25 38
26 ## edit domain 39 ## edit domain
27 - [x] edit.format 40 - [x] edit.format
28 - [x] edit.getAssists 41 - [x] edit.getAssists
29 - [x] edit.getAvailableRefactorings 42 - [x] edit.getAvailableRefactorings
30 - [x] edit.getFixes 43 - [x] edit.getFixes
31 - [x] edit.getPostfixCompletion 44 - [x] edit.getPostfixCompletion
32 - [x] edit.getRefactoring 45 - [x] edit.getRefactoring
33 - [x] edit.getStatementCompletion 46 - [x] edit.getStatementCompletion
34 - [x] edit.importElements 47 - [x] edit.importElements
35 - [x] edit.isPostfixCompletionApplicable 48 - [x] edit.isPostfixCompletionApplicable
36 - [x] edit.listPostfixCompletionTemplates 49 - [x] edit.listPostfixCompletionTemplates
37 - [x] edit.sortMembers 50 - [x] edit.sortMembers
38 - [x] edit.organizeDirectives 51 - [x] edit.organizeDirectives
39 52
40 ## execution domain 53 ## execution domain
41 - [x] execution.createContext 54 - [x] execution.createContext
42 - [x] execution.deleteContext 55 - [x] execution.deleteContext
43 - [x] execution.mapUri 56 - [x] execution.mapUri
44 - [x] execution.setSubscriptions 57 - [x] execution.setSubscriptions
58 - [ ] execution.launchData
45 59
46 ## search domain 60 ## search domain
47 - [x] search.findElementReferences 61 - [x] search.findElementReferences
48 - [x] search.findMemberDeclarations 62 - [x] search.findMemberDeclarations
49 - [x] search.findMemberReferences 63 - [x] search.findMemberReferences
50 - [x] search.findTopLevelDeclarations 64 - [x] search.findTopLevelDeclarations
51 - [x] search.getTypeHierarchy 65 - [x] search.getTypeHierarchy
66 - [ ] search.results
52 67
53 ## server domain 68 ## server domain
54 - [x] server.getVersion 69 - [x] server.getVersion
55 - [x] server.shutdown 70 - [x] server.shutdown
56 - [x] server.setSubscriptions 71 - [x] server.setSubscriptions
72 - [ ] server.connected
73 - [ ] server.error
74 - [x] server.status
57 75
58 ## analytics domain 76 ## analytics domain
59 - [x] analytics.isEnabled 77 - [x] analytics.isEnabled
60 - [x] analytics.enable 78 - [x] analytics.enable
61 - [x] analytics.sendEvent 79 - [x] analytics.sendEvent
62 - [x] analytics.sendTiming 80 - [x] analytics.sendTiming
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