flutter/packages/flutter_tools
Todd Volkert 96ccad53df Update flutter_tools test utils to prepare for record/replay tests (#8591)
1. Add matchers for the `ProcessExit` exception class
2. Add ability to control the setup of the `AppContext` we use in
   `testUsingContext()`
3. Clean up the code that figures out the location of `Cache.flutterRoot`
   such that it works with `pub run test`. It previously only worked
   when the tests were invoked with standalone `dart`

`#3` above will also help unblock #7941
2017-03-06 13:13:28 -08:00
..
bin Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
gradle Remove superfluous (and wrong) target file check (#8367) 2017-02-23 16:27:30 +01:00
lib Create and use a STILL_RECORDING shutdown stage (#8588) 2017-03-06 12:02:24 -08:00
schema Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -08:00
templates Small update to instructional comments in app template (#8468) 2017-03-06 12:36:45 -08:00
test Update flutter_tools test utils to prepare for record/replay tests (#8591) 2017-03-06 13:13:28 -08:00
tool Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
BUILD.gn Added missing dependency. (#7651) 2017-01-25 20:23:19 -08:00
flutter_tools.iml Update IML files (#7835) 2017-02-02 15:54:11 -08:00
pubspec.yaml Add --bug-report flag (#8435) 2017-02-27 15:38:47 -08:00
README.md Update test instructions for flutter_tools (#8126) 2017-02-13 21:31:53 -08:00

Flutter tools

Tools for building Flutter applications.

To run the tests, ensure that no devices are connected and run:

pub get
FLUTTER_ROOT=$PWD/../.. dart --checked test/all.dart