-
Notifications
You must be signed in to change notification settings - Fork 227
test: add library doc comments #2586
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,5 +6,11 @@ | |
| // so until Mockito stops implementing its own version of `Fake`, because there | ||
| // is code in the wild that imports both test_api.dart and Mockito. | ||
|
|
||
| /// The `Fake` class for faking dependencies. | ||
| /// | ||
| /// This is a re-export of `package:test_api/fake.dart`. It is kept separate | ||
| /// to avoid a breaking change for users who import `package:mockito` directly. | ||
|
Comment on lines
+11
to
+12
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think this is worth documenting. The
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's in the publicly visible, generated API docs. It's better than having folks guess! |
||
| library; | ||
|
|
||
| // ignore: deprecated_member_use | ||
| export 'package:test_api/fake.dart'; | ||
Uh oh!
There was an error while loading. Please reload this page.