Are there any examples on Mocking for bloc and unit testing ? #488
Unanswered
mikecoppola-gprs
asked this question in
Q&A
Replies: 2 comments
-
|
You should mock the FileDownloader, not the tasks. The FileDownloader is an interface class and can be mocked |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Anyone have any examples on mocking |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see DownloadTask is final so it cannot be mocked, I also tried to Mock:
fileDownloader.permissions.status(permissionType)but could not get it working.
Beta Was this translation helpful? Give feedback.
All reactions