flutter/packages/flutter_test/test
Kostia Sokolovskyi c12330fd21
Add missing properties to _ArcPaintPredicate. (#162572)
Fixes https://github.com/flutter/flutter/issues/162317

### Description
- Adds `startAngle`, `sweepAngle` and `useCenter` properties to
`_ArcPaintPredicate`
- Adds tests for `_ArcPaintPredicate`

## Pre-launch Checklist

- [X] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [X] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [X] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [X] I signed the [CLA].
- [X] I listed at least one issue that this PR fixes in the description
above.
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [X] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [X] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [X] All existing and new tests are passing.

Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>
2025-02-18 17:49:33 +00:00
..
bindings_environment Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
custom_exception_reporter Enable use_function_type_syntax_for_parameters lint (#77163) 2021-03-04 08:59:17 -08:00
semantics_checker Stand-alone widget tree with multiple render trees to enable multi-view rendering (#125003) 2023-07-17 16:14:08 +00:00
test_config Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
utils Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
accessibility_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
accessibility_window_test.dart Remvoe last few references to window singleton (#122644) 2023-03-15 00:34:34 +00:00
all_elements_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
analysis_options.yaml Enable more lints (#91642) 2021-10-14 22:03:03 -07:00
bindings_async_gap_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
bindings_reset_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
bindings_restoration_test.dart Properly initialize RestorationManager in the TestBinding (#70398) 2020-11-12 13:59:05 -08:00
bindings_test_failure.dart Migrate the tests of flutter_test to null-safety (#67058) 2020-10-01 16:27:02 -07:00
bindings_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
controller_test.dart Fix scrollUntilVisible in WidgetTester (#159582) 2025-01-29 09:30:42 +00:00
coordinate_translation_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
demangle_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
display_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
event_simulation_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
finders_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
frame_timing_summarizer_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
goldens_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
integration_bindings_test.dart Migrate the tests of flutter_test to null-safety (#67058) 2020-10-01 16:27:02 -07:00
live_binding_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
live_widget_controller_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
matchers_test.dart add semantics role and tab (#161260) 2025-01-11 00:08:55 +00:00
mock_canvas_test.dart Add missing properties to _ArcPaintPredicate. (#162572) 2025-02-18 17:49:33 +00:00
multi_view_accessibility_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
multi_view_controller_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
multi_view_testing.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
platform_dispatcher_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
reference_image_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
restoration_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
semantics_finder_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
stack_manipulation_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
test_async_utils_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
test_default_binary_messenger_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
test_text_input_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
view_test.dart Use wildcards (#161548) 2025-01-14 05:13:41 +00:00
widget_tester_leaks_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
widget_tester_live_device_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
widget_tester_test.dart Remove outdated ignores (#162773) 2025-02-06 18:40:25 +00:00
window_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00