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; |