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

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

Issue 2691763002: Add integration tests for the execution domain. (Closed)
Patch Set: call -> request in dartdocs 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
« no previous file with comments | « no previous file | pkg/analysis_server/test/integration/execution/create_context_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ## server domain 6 ## server domain
7 - [x] server.getVersion 7 - [x] server.getVersion
8 - [x] server.shutdown 8 - [x] server.shutdown
9 - [x] server.setSubscriptions 9 - [x] server.setSubscriptions
10 10
(...skipping 24 matching lines...) Expand all
35 ## edit domain 35 ## edit domain
36 - [ ] edit.format 36 - [ ] edit.format
37 - [ ] edit.getAssists 37 - [ ] edit.getAssists
38 - [ ] edit.getAvailableRefactorings 38 - [ ] edit.getAvailableRefactorings
39 - [ ] edit.getFixes 39 - [ ] edit.getFixes
40 - [ ] edit.getRefactoring 40 - [ ] edit.getRefactoring
41 - [ ] edit.sortMembers 41 - [ ] edit.sortMembers
42 - [ ] edit.organizeDirectives 42 - [ ] edit.organizeDirectives
43 43
44 ## execution domain 44 ## execution domain
45 - [ ] execution.createContext 45 - [x] execution.createContext
46 - [ ] execution.deleteContext 46 - [x] execution.deleteContext
47 - [x] execution.mapUri 47 - [x] execution.mapUri
48 - [ ] execution.setSubscriptions 48 - [ ] execution.setSubscriptions
49 49
50 ## diagnostic domain 50 ## diagnostic domain
51 - [ ] diagnostic.getDiagnostics 51 - [ ] diagnostic.getDiagnostics
OLDNEW
« no previous file with comments | « no previous file | pkg/analysis_server/test/integration/execution/create_context_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698