1. 14 Aug, 2023 1 commit
  2. 10 Aug, 2023 1 commit
    • pdblasi-google's avatar
      Adds SemanticsNode Finders for searching the semantics tree (#127137) · 5df1c996
      pdblasi-google authored
      * Pulled `FinderBase` out of `Finder`
        * `FinderBase` can be used for any object, not just elements
        * Terminology was updated to be more "find" related
      * Re-implemented `Finder` using `FinderBase<Element>`
        * Backwards compatibility maintained with `_LegacyFinderMixin`
      * Introduced base classes for SemanticsNode finders
      * Introduced basic SemanticsNode finders through `find.semantics`
      * Updated some relevant matchers to make use of the more generic `FinderBase`
      
      Closes #123634
      Closes #115874
      5df1c996
  3. 01 Jun, 2023 1 commit
  4. 20 Apr, 2023 1 commit
    • Nate Bosch's avatar
      Remove uses of deprecated test_api imports (#124732) · dcfd35f8
      Nate Bosch authored
      Most of these imports were never appropriate. The `test_api` package was never intended for use in `_test.dart` files.
      Where possible move imports to `matcher`, otherwise move them to `test` or `flutter_test`.
      
      Leave uses of `test_api` from `flutter_test` library code.
      dcfd35f8
  5. 13 Feb, 2023 1 commit
  6. 02 Feb, 2023 1 commit
  7. 25 Jan, 2023 1 commit
  8. 26 Oct, 2022 1 commit
  9. 14 Oct, 2022 1 commit
  10. 10 Oct, 2022 1 commit
  11. 11 Aug, 2022 1 commit
  12. 03 Aug, 2022 1 commit
  13. 22 Jun, 2022 1 commit
  14. 25 May, 2022 1 commit
  15. 24 May, 2022 1 commit
  16. 19 May, 2022 1 commit
  17. 27 Apr, 2022 1 commit
  18. 30 Mar, 2022 1 commit
  19. 03 Feb, 2022 1 commit
  20. 13 Jan, 2022 1 commit
  21. 08 Oct, 2021 3 commits
  22. 09 Aug, 2021 1 commit
  23. 03 Aug, 2021 1 commit
  24. 22 Jul, 2021 1 commit
  25. 20 Jul, 2021 1 commit
  26. 15 Jul, 2021 1 commit
  27. 14 Jul, 2021 3 commits
  28. 13 Jul, 2021 2 commits
  29. 01 Jul, 2021 1 commit
  30. 02 Jun, 2021 1 commit
    • Tong Mu's avatar
      Test WidgetTester handling test pointers (#83337) · e3da1bd7
      Tong Mu authored
      Adds tests to the following behaviors, which have existed without tests:
      
      - When tapping during live testing, a message is printed with widgets that contain the tap location.
      - When tapping during live testing, a mark is displayed on screen on the tap location.
      e3da1bd7
  31. 27 May, 2021 1 commit
  32. 21 Apr, 2021 1 commit
  33. 31 Mar, 2021 1 commit
  34. 30 Mar, 2021 1 commit
  35. 17 Feb, 2021 1 commit