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

Unified Diff: pkg/analysis_server/test/integration/integration_test_methods.dart

Issue 508203002: Rename some bools in the analysis server API. (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
Index: pkg/analysis_server/test/integration/integration_test_methods.dart
diff --git a/pkg/analysis_server/test/integration/integration_test_methods.dart b/pkg/analysis_server/test/integration/integration_test_methods.dart
index 1f514028387c13476cd76a0aa47f8865826c224d..acf1619f10c8b5d88425a98082f750a16ed3fbdf 100644
--- a/pkg/analysis_server/test/integration/integration_test_methods.dart
+++ b/pkg/analysis_server/test/integration/integration_test_methods.dart
@@ -115,7 +115,7 @@ abstract class IntegrationTestMixin {
*
* Parameters
*
- * fatal ( bool )
+ * isFatal ( bool )
*
* True if the error is a fatal error, meaning that the server will
* shutdown automatically after sending this notification.
@@ -727,7 +727,7 @@ abstract class IntegrationTestMixin {
* client to respond to further keystrokes from the user without having to
* make additional requests.
*
- * last ( bool )
+ * isLast ( bool )
*
* True if this is that last set of results that will be returned for the
* indicated completion.
@@ -960,7 +960,7 @@ abstract class IntegrationTestMixin {
*
* The search results being reported.
*
- * last ( bool )
+ * isLast ( bool )
*
* True if this is that last set of results that will be returned for the
* indicated search.
« no previous file with comments | « pkg/analysis_server/test/domain_completion_test.dart ('k') | pkg/analysis_server/test/integration/integration_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698