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

Unified Diff: pkg/analysis_server/test/services/completion/dart/variable_name_contributor_test.dart

Issue 2572203002: Add completion tests for the new analysis driver. (Closed)
Patch Set: Created 4 years 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/services/completion/dart/uri_contributor_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/services/completion/dart/variable_name_contributor_test.dart
diff --git a/pkg/analysis_server/test/services/completion/dart/variable_name_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/variable_name_contributor_test.dart
index a5c4446caed38fe1b87eca3251f6ac594880c10c..316e1d89a029694a82022234778244cb6aa51959 100644
--- a/pkg/analysis_server/test/services/completion/dart/variable_name_contributor_test.dart
+++ b/pkg/analysis_server/test/services/completion/dart/variable_name_contributor_test.dart
@@ -14,6 +14,7 @@ import 'completion_contributor_util.dart';
main() {
defineReflectiveSuite(() {
defineReflectiveTests(VariableNameContributorTest);
+ defineReflectiveTests(VariableNameContributorTest_Driver);
});
}
@@ -244,3 +245,9 @@ class VariableNameContributorTest extends DartCompletionContributorTest {
assertSuggestName('a');
}
}
+
+@reflectiveTest
+class VariableNameContributorTest_Driver extends VariableNameContributorTest {
+ @override
+ bool get enableNewAnalysisDriver => true;
+}
« no previous file with comments | « pkg/analysis_server/test/services/completion/dart/uri_contributor_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698