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

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

Issue 480223002: Test for 'edit.getAssists'. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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/edit/assists_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/edit/test_all.dart
diff --git a/pkg/analysis_server/test/edit/test_all.dart b/pkg/analysis_server/test/edit/test_all.dart
index 729dc2338dbe6631209d32ac2605b728120aa748..e4bb96171c4dbd86d633ff2320a8be3a3e1c0dac 100644
--- a/pkg/analysis_server/test/edit/test_all.dart
+++ b/pkg/analysis_server/test/edit/test_all.dart
@@ -6,6 +6,7 @@ library test.edit.all;
import 'package:unittest/unittest.dart';
+import 'assists_test.dart' as assists_test;
import 'edit_domain_test.dart' as domain_edit_test;
import 'fixes_test.dart' as fixes_test;
import 'refactoring_test.dart' as refactoring_test;
@@ -16,6 +17,7 @@ import 'refactoring_test.dart' as refactoring_test;
main() {
groupSep = ' | ';
group('edit', () {
+ assists_test.main();
domain_edit_test.main();
fixes_test.main();
refactoring_test.main();
« no previous file with comments | « pkg/analysis_server/test/edit/assists_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698