-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Add test for star_border.0.dart
#157401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add test for star_border.0.dart
#157401
Conversation
4b1389c to
bf51d6e
Compare
bleroux
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! with minor nits
| ); | ||
| } | ||
|
|
||
| testWidgets('Smoke test', (WidgetTester tester) async { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| testWidgets('Smoke test', (WidgetTester tester) async { | |
| testWidgets('Initial content is visible', (WidgetTester tester) async { |
Or a better description
| }); | ||
|
|
||
|
|
||
| testWidgets('StartBorder uses the values from the sliders', (WidgetTester tester) async { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| }); | |
| testWidgets('StartBorder uses the values from the sliders', (WidgetTester tester) async { | |
| }); | |
| testWidgets('StartBorder uses the values from the sliders', (WidgetTester tester) async { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, sorry, here is the code updated format: Remove spaces and update test description
67beacb to
5c89f93
Compare
Contributes to flutter#130459 It adds a test for - `examples/api/test/painting/star_border/star_border.0_test.dart`
Contributes to #130459
It adds a test for
examples/api/test/painting/star_border/star_border.0_test.dartPre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.