Skip to content
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 a Couple of Tests #4

Open
4 tasks
sathukorale opened this issue Jun 26, 2019 · 0 comments
Open
4 tasks

Add a Couple of Tests #4

sathukorale opened this issue Jun 26, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sathukorale
Copy link
Owner

sathukorale commented Jun 26, 2019

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.
@sathukorale sathukorale self-assigned this Jun 26, 2019
@sathukorale sathukorale added the enhancement New feature or request label Jun 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant