| OLD | NEW |
| 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. | 2 server calls. |
| 3 | 3 |
| 4 This file is validated by `coverage_test.dart`. | 4 This file is validated by `coverage_test.dart`. |
| 5 | 5 |
| 6 TODO(devoncarew): We should track analysis server notifications here as well. | 6 TODO(devoncarew): We should track analysis server notifications here as well. |
| 7 | 7 |
| 8 ## analysis domain | 8 ## analysis domain |
| 9 - [x] analysis.getErrors | 9 - [x] analysis.getErrors |
| 10 - [x] analysis.getHover | 10 - [x] analysis.getHover |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 - [ ] edit.getAvailableRefactorings | 32 - [ ] edit.getAvailableRefactorings |
| 33 - [ ] edit.getFixes | 33 - [ ] edit.getFixes |
| 34 - [ ] edit.getRefactoring | 34 - [ ] edit.getRefactoring |
| 35 - [x] edit.sortMembers | 35 - [x] edit.sortMembers |
| 36 - [x] edit.organizeDirectives | 36 - [x] edit.organizeDirectives |
| 37 | 37 |
| 38 ## execution domain | 38 ## execution domain |
| 39 - [x] execution.createContext | 39 - [x] execution.createContext |
| 40 - [x] execution.deleteContext | 40 - [x] execution.deleteContext |
| 41 - [x] execution.mapUri | 41 - [x] execution.mapUri |
| 42 - [x] execution.setSubscriptions (failing - see #28806) | 42 - [x] execution.setSubscriptions |
| 43 | 43 |
| 44 ## search domain | 44 ## search domain |
| 45 - [ ] search.findElementReferences | 45 - [ ] search.findElementReferences |
| 46 - [ ] search.findMemberDeclarations | 46 - [ ] search.findMemberDeclarations |
| 47 - [ ] search.findMemberReferences | 47 - [ ] search.findMemberReferences |
| 48 - [ ] search.findTopLevelDeclarations | 48 - [ ] search.findTopLevelDeclarations |
| 49 - [x] search.getTypeHierarchy | 49 - [x] search.getTypeHierarchy |
| 50 | 50 |
| 51 ## server domain | 51 ## server domain |
| 52 - [x] server.getVersion | 52 - [x] server.getVersion |
| 53 - [x] server.shutdown | 53 - [x] server.shutdown |
| 54 - [x] server.setSubscriptions | 54 - [x] server.setSubscriptions |
| OLD | NEW |