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

Unified Diff: pkg/analysis_server/test/integration/execution/test_all.dart

Issue 2703723002: Add an integration test for execution.setSubscriptions. (Closed)
Patch Set: revert expectAsync => expectAsync0 change 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 | « pkg/analysis_server/test/integration/execution/set_subscription_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/integration/execution/test_all.dart
diff --git a/pkg/analysis_server/test/integration/execution/test_all.dart b/pkg/analysis_server/test/integration/execution/test_all.dart
index f24942d07c881b9a01e220c149444dff871e34c7..cf57ba83723a3164fcefcdc9222282f38cd0e083 100644
--- a/pkg/analysis_server/test/integration/execution/test_all.dart
+++ b/pkg/analysis_server/test/integration/execution/test_all.dart
@@ -7,11 +7,13 @@ import 'package:test_reflective_loader/test_reflective_loader.dart';
import 'create_context_test.dart' as create_context_test;
import 'delete_context_test.dart' as delete_context_test;
import 'map_uri_test.dart' as map_uri_test;
+import 'set_subscription_test.dart' as set_subscription_test;
main() {
defineReflectiveSuite(() {
create_context_test.main();
delete_context_test.main();
map_uri_test.main();
+ set_subscription_test.main();
}, name: 'execution');
}
« no previous file with comments | « pkg/analysis_server/test/integration/execution/set_subscription_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698