Nick9500 / ministocks

Android Stocks Widget
http://niteshpatel.github.io/ministocks
MIT License
1 stars 2 forks source link

Save File On to Device And File Content Test #77

Closed githubRaj closed 6 years ago

githubRaj commented 6 years ago

New Feature Added that allows user to either export a file to their device or to their email. The ReadFromFileSent test checks if the data is properly exported through a file, by comparing the contents of the file with the data in the widget row before the export. Addresses Issue: #75.