- 19 Mar, 2018 1 commit
-
-
Yegor authored
* a11y: remove SemanticsSortOrder; sort locally only; semanticsOwner post-test check * update accessibility test framework - default nextNodeId/previousNodeId to -1 - stop treating null as opt-out from value testing - add `id`, `TestSemantics.root`, and `tags` to the suggested code in the TestSemantics failure message - fix a small bug with raw string escaping - update all tests accordingly * fix sortKey doc * prefer const over final
-
- 08 Feb, 2018 1 commit
-
-
Vyacheslav Egorov authored
Use mockito in the Dart 2 compliant way: * use typed(...) in appropriate places to wrap matchers like any; * don't pass matcher directly into the calls - use `argThat(matcher)`. Also rename paintColorMatcher to hasColor to match how other similar functions are named and how the code reads.
-
- 02 Feb, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Feb, 2018 1 commit
-
-
Michael R Fairhurst authored
Using a void list literal in this case is valid and correct, and will be required for dart 2. Note: void can be inferred here, but followed the lints to write it explicitly even though that's arguably a bit weird in this case and less backwards compatible.
-
- 04 Jan, 2018 1 commit
-
-
amirh authored
-
- 21 Dec, 2017 1 commit
-
-
amirh authored
-