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

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

Issue 2713513007: Deprecate execution.setSubscriptions. (Closed)
Patch Set: Merge branch 'master' into deprecate_set_subscriptions Created 3 years, 10 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. 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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698