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

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

Issue 2961683002: Add integration tests for postfix server api (Closed)
Patch Set: Created 3 years, 6 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/edit/list_postfix_completion_templates_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/edit/test_all.dart
diff --git a/pkg/analysis_server/test/integration/edit/test_all.dart b/pkg/analysis_server/test/integration/edit/test_all.dart
index ed888fc9344b05282b66316b9ac636d7352ca2fe..28965abaca4239d87e68a526bdeedb6c2a02739f 100644
--- a/pkg/analysis_server/test/integration/edit/test_all.dart
+++ b/pkg/analysis_server/test/integration/edit/test_all.dart
@@ -10,7 +10,12 @@ import 'get_available_refactorings_test.dart'
as get_available_refactorings_test;
import 'get_fixes_test.dart' as get_fixes_test;
import 'get_refactoring_test.dart' as get_refactoring_test;
+import 'get_postfix_completion_test.dart' as get_postfix_completion_test;
import 'get_statement_completion_test.dart' as get_statement_completion_test;
+import 'is_postfix_completion_applicable_test.dart'
+ as is_postfix_completion_applicable_test;
+import 'list_postfix_completion_templates_test.dart'
+ as list_postfix_completion_templates_test;
import 'organize_directives_test.dart' as organize_directives_test;
import 'sort_members_test.dart' as sort_members_test;
@@ -21,7 +26,10 @@ main() {
get_available_refactorings_test.main();
get_fixes_test.main();
get_refactoring_test.main();
+ get_postfix_completion_test.main();
get_statement_completion_test.main();
+ is_postfix_completion_applicable_test.main();
+ list_postfix_completion_templates_test.main();
organize_directives_test.main();
sort_members_test.main();
}, name: 'edit');
« no previous file with comments | « pkg/analysis_server/test/integration/edit/list_postfix_completion_templates_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698