flutter/packages/flutter_tools/test/android
tonyzhao1 58d98ce31e Create categories for doctor validators (#20758)
* First step in Flutter Doctor refactor. Assigns categories to all validators.

* Revert "Roll engine e54bc4ea1832..a84b210b3d26 (6 commits) (#20453)"

This reverts commit 05c2880a17.

* Split iOS and Android workflows into workflow and validator classes.

* Change ValidatorCategory to handle standalone validators that share a
category (e.g. IntelliJ).

Also make Android Studio and Android toolchain use separate categories.

At this stage, flutter doctor output matches what it was previously.
(The summary() method itself has not yet been changed )

* Change doctor summary code to support validator categories.

Output is still unchanged.

* Handle small formatting issues.

* Flip Flutter category's isGroup field to false until it's actually
needed.

* Revert auto-generated formatting changes to keep those lines from
muddying the pull.

* Small fixes pointed out by analyzer.

* Properly fix analyzer issues around const constructors.

* Small changes to address comments.

* Add tests to verify grouped validator behavior and validationtype
merging.

* Update doctor.dart

* Add comments for clarification.
2018-09-04 19:36:47 -07:00
..
android_device_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
android_emulator_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
android_sdk_test.dart Clean up usage of temporary directories (#20682) 2018-08-17 13:17:23 -07:00
android_workflow_test.dart Create categories for doctor validators (#20758) 2018-09-04 19:36:47 -07:00
gradle_test.dart Change asset_bundle_package_font_test to memory file system (#21114) 2018-09-04 17:12:24 +01:00