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. This file is validated by `coverage_test.dart`. |
3 | |
4 This file is validated by `coverage_test.dart`. | |
5 | 3 |
6 ## analysis domain | 4 ## analysis domain |
7 - [x] analysis.getErrors | 5 - [x] analysis.getErrors |
8 - [x] analysis.getHover | 6 - [x] analysis.getHover |
9 - [x] analysis.getReachableSources (failing - see #329311) | 7 - [x] analysis.getReachableSources (failing - see #329311) |
10 - [x] analysis.getLibraryDependencies (failing - see #29310) | 8 - [x] analysis.getLibraryDependencies (failing - see #29310) |
11 - [x] analysis.getNavigation (failing - see #28799) | 9 - [x] analysis.getNavigation (failing - see #28799) |
12 - [x] analysis.reanalyze | 10 - [x] analysis.reanalyze |
13 - [x] analysis.setAnalysisRoots | 11 - [x] analysis.setAnalysisRoots |
14 - [x] analysis.setGeneralSubscriptions | 12 - [x] analysis.setGeneralSubscriptions |
(...skipping 29 matching lines...) Expand all Loading... |
44 - [x] search.findElementReferences | 42 - [x] search.findElementReferences |
45 - [x] search.findMemberDeclarations | 43 - [x] search.findMemberDeclarations |
46 - [x] search.findMemberReferences | 44 - [x] search.findMemberReferences |
47 - [x] search.findTopLevelDeclarations | 45 - [x] search.findTopLevelDeclarations |
48 - [x] search.getTypeHierarchy | 46 - [x] search.getTypeHierarchy |
49 | 47 |
50 ## server domain | 48 ## server domain |
51 - [x] server.getVersion | 49 - [x] server.getVersion |
52 - [x] server.shutdown | 50 - [x] server.shutdown |
53 - [x] server.setSubscriptions | 51 - [x] server.setSubscriptions |
OLD | NEW |