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

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

Issue 1375163003: Specification change for the 'libraryName' and 'partOfLibraryName' fields in Outline. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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 836f884ea943595032654cd1556816550514fe40..fbdf7a2dc9bc97657946d9ec187ebeeabdd3cd13 100644
--- a/pkg/analysis_server/test/integration/integration_test_methods.dart
+++ b/pkg/analysis_server/test/integration/integration_test_methods.dart
@@ -829,9 +829,17 @@ abstract class IntegrationTestMixin {
*
* The file with which the outline is associated.
*
+ * libraryName ( String )
+ *
+ * The name of the library defined by the file.
+ *
* outline ( Outline )
*
* The outline associated with the file.
+ *
+ * partOfLibraryName ( String )
+ *
+ * The name of the library the file in a part of.
*/
Stream<AnalysisOutlineParams> onAnalysisOutline;

Powered by Google App Engine
This is Rietveld 408576698