-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
test(share_plus): Integration test #1033
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
test(share_plus): Integration test #1033
Conversation
packages/share_plus/share_plus/example/integration_test/share_plus_test.dart
Outdated
Show resolved
Hide resolved
| expect(Share.share('message', subject: 'title'), completes); | ||
| }); | ||
|
|
||
| testWidgets('Tests if the expected non-null result is returned', |
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.
I mean, it is an improvement :) but could you add a reference to the method name shareWithResult?
e.g. "Can launch shareWithResult and result is not null."
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.
Yes!!!
|
I think you misunderstood me. The test descriptions that you set are not valid and must be changed. Please set the following test descriptions:
|
|
Sorry, I thought it was to improve my vocabulary. But it is true that the naming you gave would be a bit more exact. Learned. So let's see if the latest submission meets the requirements. |
Description
Now our integration test supports the Android platform.
Write an integration test of the share_plus plugin supporting the Android Platform.
Related Issues
This is a GSoC task, so there are no associated issues for now.
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]).This will ensure a smooth and quick review process.
pubspec.yamlandCHANGELOG.md.///).flutter analyze) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?