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

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

Issue 2909823002: Add analysis server integration tests. (Closed)
Patch Set: Created 3 years, 6 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/edit/get_available_refactorings_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.getReachableSources (failing - see #329311) 7 - [x] analysis.getReachableSources (failing - see #329311)
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.reanalyze 10 - [x] analysis.reanalyze
11 - [x] analysis.setAnalysisRoots 11 - [x] analysis.setAnalysisRoots
12 - [x] analysis.setGeneralSubscriptions 12 - [x] analysis.setGeneralSubscriptions
13 - [x] analysis.setPriorityFiles 13 - [x] analysis.setPriorityFiles
14 - [x] analysis.setSubscriptions 14 - [x] analysis.setSubscriptions
15 - [x] analysis.updateContent 15 - [x] analysis.updateContent
16 - [x] analysis.updateOptions (failing - see #28800) (deprecated) 16 - [x] analysis.updateOptions (failing - see #28800) (deprecated)
17 17
18 ## completion domain 18 ## completion domain
19 - [x] completion.getSuggestions 19 - [x] completion.getSuggestions
20 20
21 ## diagnostic domain 21 ## diagnostic domain
22 - [x] diagnostic.getDiagnostics 22 - [x] diagnostic.getDiagnostics
23 - [x] diagnostic.getServerPort 23 - [x] diagnostic.getServerPort
24 24
25 ## edit domain 25 ## edit domain
26 - [x] edit.format 26 - [x] edit.format
27 - [x] edit.getAssists 27 - [x] edit.getAssists
28 - [ ] edit.getAvailableRefactorings 28 - [x] edit.getAvailableRefactorings
29 - [x] edit.getFixes 29 - [x] edit.getFixes
30 - [ ] edit.getRefactoring 30 - [x] edit.getRefactoring
31 - [ ] edit.getStatementCompletion 31 - [x] edit.getStatementCompletion
32 - [x] edit.sortMembers 32 - [x] edit.sortMembers
33 - [x] edit.organizeDirectives 33 - [x] edit.organizeDirectives
34 34
35 ## execution domain 35 ## execution domain
36 - [x] execution.createContext 36 - [x] execution.createContext
37 - [x] execution.deleteContext 37 - [x] execution.deleteContext
38 - [x] execution.mapUri 38 - [x] execution.mapUri
39 - [x] execution.setSubscriptions 39 - [x] execution.setSubscriptions
40 40
41 ## search domain 41 ## search domain
42 - [x] search.findElementReferences 42 - [x] search.findElementReferences
43 - [x] search.findMemberDeclarations 43 - [x] search.findMemberDeclarations
44 - [x] search.findMemberReferences 44 - [x] search.findMemberReferences
45 - [x] search.findTopLevelDeclarations 45 - [x] search.findTopLevelDeclarations
46 - [x] search.getTypeHierarchy 46 - [x] search.getTypeHierarchy
47 47
48 ## server domain 48 ## server domain
49 - [x] server.getVersion 49 - [x] server.getVersion
50 - [x] server.shutdown 50 - [x] server.shutdown
51 - [x] server.setSubscriptions 51 - [x] server.setSubscriptions
OLDNEW
« no previous file with comments | « no previous file | pkg/analysis_server/test/integration/edit/get_available_refactorings_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698