Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Side by Side Diff: pkg/analysis_server/test/integration/coverage.md

Issue 2922603002: Add an analytics domain to the analysis server. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698