| 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..8ab5dcaf1dde08d2b544082740de8503788f498d 100644
|
| --- a/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| +++ b/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| @@ -829,6 +829,18 @@ abstract class IntegrationTestMixin {
|
| *
|
| * The file with which the outline is associated.
|
| *
|
| + * kind ( FileKind )
|
| + *
|
| + * The kind of the file.
|
| + *
|
| + * libraryName ( optional String )
|
| + *
|
| + * The name of the library defined by the file using a "library" directive,
|
| + * or referenced by a "part of" directive. If both "library" and "part of"
|
| + * directives are present, then the "library" directive takes precedence.
|
| + * This field will be omitted if the file has neither "library" nor "part
|
| + * of" directives.
|
| + *
|
| * outline ( Outline )
|
| *
|
| * The outline associated with the file.
|
|
|