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

Unified Diff: pkg/analysis_server/test/integration/coverage.md

Issue 3000563002: Add analysis server notifications to the api coverage doc. (Closed)
Patch Set: Created 3 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/analysis_server/test/integration/coverage_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/integration/coverage.md
diff --git a/pkg/analysis_server/test/integration/coverage.md b/pkg/analysis_server/test/integration/coverage.md
index 85104217da31d4e286fdd03717a3d937094d048e..f54f38e5781264033efce0e1faf70799dda30101 100644
--- a/pkg/analysis_server/test/integration/coverage.md
+++ b/pkg/analysis_server/test/integration/coverage.md
@@ -15,9 +15,22 @@ server calls. This file is validated by `coverage_test.dart`.
- [x] analysis.setSubscriptions
- [x] analysis.updateContent
- [x] analysis.updateOptions (failing - see #28800) (deprecated)
+- [ ] analysis.analyzedFiles
+- [ ] analysis.closingLabels
+- [ ] analysis.errors
+- [ ] analysis.flushResults
+- [ ] analysis.folding
+- [x] analysis.highlights
+- [ ] analysis.implemented
+- [ ] analysis.invalidate
+- [x] analysis.navigation
+- [x] analysis.occurrences
+- [x] analysis.outline
+- [x] analysis.overrides
## completion domain
- [x] completion.getSuggestions
+- [ ] completion.results
## diagnostic domain
- [x] diagnostic.getDiagnostics
@@ -42,6 +55,7 @@ server calls. This file is validated by `coverage_test.dart`.
- [x] execution.deleteContext
- [x] execution.mapUri
- [x] execution.setSubscriptions
+- [ ] execution.launchData
## search domain
- [x] search.findElementReferences
@@ -49,11 +63,15 @@ server calls. This file is validated by `coverage_test.dart`.
- [x] search.findMemberReferences
- [x] search.findTopLevelDeclarations
- [x] search.getTypeHierarchy
+- [ ] search.results
## server domain
- [x] server.getVersion
- [x] server.shutdown
- [x] server.setSubscriptions
+- [ ] server.connected
+- [ ] server.error
+- [x] server.status
## analytics domain
- [x] analytics.isEnabled
« no previous file with comments | « no previous file | pkg/analysis_server/test/integration/coverage_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698