d02519aec4
BUG= R=brianwilkerson@google.com, scheglov@google.com Review-Url: https://codereview.chromium.org/2820893002 .
52 lines
1.4 KiB
Markdown
52 lines
1.4 KiB
Markdown
Checklist to ensure that we have integration test coverage of all analysis
|
|
server calls. This file is validated by `coverage_test.dart`.
|
|
|
|
## analysis domain
|
|
- [x] analysis.getErrors
|
|
- [x] analysis.getHover
|
|
- [x] analysis.getReachableSources (failing - see #329311)
|
|
- [x] analysis.getLibraryDependencies (failing - see #29310)
|
|
- [x] analysis.getNavigation (failing - see #28799)
|
|
- [x] analysis.reanalyze
|
|
- [x] analysis.setAnalysisRoots
|
|
- [x] analysis.setGeneralSubscriptions
|
|
- [x] analysis.setPriorityFiles
|
|
- [x] analysis.setSubscriptions
|
|
- [x] analysis.updateContent
|
|
- [x] analysis.updateOptions (failing - see #28800) (deprecated)
|
|
|
|
## completion domain
|
|
- [x] completion.getSuggestions
|
|
|
|
## diagnostic domain
|
|
- [x] diagnostic.getDiagnostics
|
|
- [x] diagnostic.getServerPort
|
|
|
|
## edit domain
|
|
- [x] edit.format
|
|
- [x] edit.getAssists
|
|
- [ ] edit.getAvailableRefactorings
|
|
- [x] edit.getFixes
|
|
- [ ] edit.getRefactoring
|
|
- [ ] edit.getStatementCompletion
|
|
- [x] edit.sortMembers
|
|
- [x] edit.organizeDirectives
|
|
|
|
## execution domain
|
|
- [x] execution.createContext
|
|
- [x] execution.deleteContext
|
|
- [x] execution.mapUri
|
|
- [x] execution.setSubscriptions
|
|
|
|
## search domain
|
|
- [x] search.findElementReferences
|
|
- [x] search.findMemberDeclarations
|
|
- [x] search.findMemberReferences
|
|
- [x] search.findTopLevelDeclarations
|
|
- [x] search.getTypeHierarchy
|
|
|
|
## server domain
|
|
- [x] server.getVersion
|
|
- [x] server.shutdown
|
|
- [x] server.setSubscriptions
|