You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As with anything Xamarin, there is no proper way to do this. I am thinking about putting some tests into the example code itself. Press some button, it'll run the tests, and will print out the test results on a table.
Couple of test scenarios.
Download a regular file. Check the checksum
Start downloading a file. Stop the download while its been downloaded, and then resume again. Check the checksum.
Start downloading multiple different files onto different directories and make sure the different directories are created, the files were downloaded and that the checksums match.
Download the same file multiple times. Downloaded file count should correct. And the file names should be altered (some index as the suffix) to accommodate multiple instances of the same file.
The text was updated successfully, but these errors were encountered:
As with anything Xamarin, there is no proper way to do this. I am thinking about putting some tests into the example code itself. Press some button, it'll run the tests, and will print out the test results on a table.
Couple of test scenarios.
The text was updated successfully, but these errors were encountered: