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

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

Issue 2703033002: Add a diagnostic.getServerPort analysis server request. (Closed)
Patch Set: nits to the spec doc 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 ## server domain 8 ## server domain
9 - [x] server.getVersion 9 - [x] server.getVersion
10 - [x] server.shutdown 10 - [x] server.shutdown
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 - [x] edit.organizeDirectives 44 - [x] edit.organizeDirectives
45 45
46 ## execution domain 46 ## execution domain
47 - [x] execution.createContext 47 - [x] execution.createContext
48 - [x] execution.deleteContext 48 - [x] execution.deleteContext
49 - [x] execution.mapUri 49 - [x] execution.mapUri
50 - [x] execution.setSubscriptions (failing - see #28806) 50 - [x] execution.setSubscriptions (failing - see #28806)
51 51
52 ## diagnostic domain 52 ## diagnostic domain
53 - [x] diagnostic.getDiagnostics 53 - [x] diagnostic.getDiagnostics
54 - [x] diagnostic.getServerPort
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698