| OLD | NEW |
| (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 |
| OLD | NEW |