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

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

Issue 2700563003: Add tests for edit.sortMembers and edit.organizeDirectives. (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/analysis_server/test/integration/edit/organize_directives_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 10e270f9eacede8b3293622601d5bc266952c9cb..278668f9f9f8a02b5c0f85ebbb372c4577143a7e 100644
--- a/pkg/analysis_server/test/integration/coverage.md
+++ b/pkg/analysis_server/test/integration/coverage.md
@@ -3,6 +3,8 @@ server calls.
This file is validated by `coverage_test.dart`.
+TODO(devoncarew): We should track analysis server notifications here as well.
+
## server domain
- [x] server.getVersion
- [x] server.shutdown
@@ -38,8 +40,8 @@ This file is validated by `coverage_test.dart`.
- [ ] edit.getAvailableRefactorings
- [ ] edit.getFixes
- [ ] edit.getRefactoring
-- [ ] edit.sortMembers
-- [ ] edit.organizeDirectives
+- [x] edit.sortMembers
+- [x] edit.organizeDirectives
## execution domain
- [x] execution.createContext
« no previous file with comments | « no previous file | pkg/analysis_server/test/integration/edit/organize_directives_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698