flutter/packages/flutter_test/test
Phil Quitslund a002e72022 Bump to test 0.12.20. (#8349)
* Bump to test `0.12.20`.

Some test `0.12.20` highlights:
  * introduces `expectLater()`  that returns a `Future` that completes when the matcher has finished running
  * deprecates the `verbose` parameter to `expect()` and the `formatFailure()` (to be removed in `0.13.0`)

Otherwise:
  * to keep up w/ the deprecation of `verbose`, removes `widget_tester` API to pass `verbose` flag (alternatively we could suppress the warning for now)

* Update stack manipulation.

* Fix framecount.
2017-02-23 15:08:25 -08:00
..
matchers_test.dart Add a toString to Simulation (#7364) 2017-01-05 16:33:40 -08:00
stack_manipulation_test.dart Bump to test 0.12.20. (#8349) 2017-02-23 15:08:25 -08:00
test_async_utils_test.dart Use "call" instead of "invoke" (#4177) 2016-05-24 17:53:04 -07:00
widget_tester_test.dart Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant. (#7944) 2017-02-07 14:46:29 -08:00