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. 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 |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 |
| 52 |
| 53 ## analytics domain |
| 54 - [x] analytics.isEnabled |
| 55 - [x] analytics.enable |
| 56 - [x] analytics.sendEvent |
| 57 - [x] analytics.sendTiming |
OLD | NEW |