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

Unified Diff: pkg/analysis_server/test/src/plugin/test_all.dart

Issue 2830903004: Add support for converting from server to plugin protocol objects (Closed)
Patch Set: Created 3 years, 8 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 | « pkg/analysis_server/test/src/plugin/request_converter_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/src/plugin/test_all.dart
diff --git a/pkg/analysis_server/test/src/plugin/test_all.dart b/pkg/analysis_server/test/src/plugin/test_all.dart
index 9da4fdc7f3d58daeb674abbaf42a59d10f74a103..a1f75646d002730c682e36c3d99d801f5d79b283 100644
--- a/pkg/analysis_server/test/src/plugin/test_all.dart
+++ b/pkg/analysis_server/test/src/plugin/test_all.dart
@@ -8,6 +8,7 @@ import 'notification_manager_test.dart' as notification_manager_test;
import 'plugin_locator_test.dart' as plugin_locator_test;
import 'plugin_manager_test.dart' as plugin_manager_test;
import 'plugin_watcher_test.dart' as plugin_watcher_test;
+import 'request_converter_test.dart' as request_converter_test;
import 'result_collector_test.dart' as result_collector_test;
import 'result_converter_test.dart' as result_converter_test;
import 'result_merger_test.dart' as result_merger_test;
@@ -18,6 +19,7 @@ main() {
plugin_locator_test.main();
plugin_manager_test.main();
plugin_watcher_test.main();
+ request_converter_test.main();
result_collector_test.main();
result_converter_test.main();
result_merger_test.main();
« no previous file with comments | « pkg/analysis_server/test/src/plugin/request_converter_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698