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

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

Issue 2685883005: Add tests to vaildate the analysis server's integration test coverage. (Closed)
Patch Set: organize directives 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/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
new file mode 100644
index 0000000000000000000000000000000000000000..1475b89daf6a0b0215fe3bdbe483332f2de03112
--- /dev/null
+++ b/pkg/analysis_server/test/integration/coverage.md
@@ -0,0 +1,51 @@
+Checklist to ensure that we have integration test coverage of all analysis
+server calls.
+
+This file is validated by `coverage_test.dart`.
+
+## server domain
+- [x] server.getVersion
+- [x] server.shutdown
+- [x] server.setSubscriptions
+
+## analysis domain
+- [x] analysis.getErrors
+- [x] analysis.getHover
+- [ ] analysis.getReachableSources
+- [ ] analysis.getLibraryDependencies
+- [ ] analysis.getNavigation
+- [x] analysis.reanalyze
+- [ ] analysis.setAnalysisRoots
+- [ ] analysis.setGeneralSubscriptions
+- [ ] analysis.setPriorityFiles
+- [ ] analysis.setSubscriptions
+- [x] analysis.updateContent
+- [ ] analysis.updateOptions
+
+## completion domain
+- [x] completion.getSuggestions
+
+## search domain
+- [ ] search.findElementReferences
+- [ ] search.findMemberDeclarations
+- [ ] search.findMemberReferences
+- [ ] search.findTopLevelDeclarations
+- [x] search.getTypeHierarchy
+
+## edit domain
+- [ ] edit.format
+- [ ] edit.getAssists
+- [ ] edit.getAvailableRefactorings
+- [ ] edit.getFixes
+- [ ] edit.getRefactoring
+- [ ] edit.sortMembers
+- [ ] edit.organizeDirectives
+
+## execution domain
+- [ ] execution.createContext
+- [ ] execution.deleteContext
+- [x] execution.mapUri
+- [ ] execution.setSubscriptions
+
+## diagnostic domain
+- [ ] diagnostic.getDiagnostics
« 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