Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

nuget.org : asyncmrflakey

Mr Flakey provides easy way to do ad-hoc testing of network failure of your async calls. (1) Add the NuGet package (2) On any async network call that might fail and you want to test, stick a call to the Flakey extension method. For instance "Await DownloadAsync().Flakey()" (3) For ad-hoc testing, put a call to MrFlakey.Start() somewhere e.g. in MainPage.xaml construction. To stop using Mr Flakey, remove this call. This way, every .Flakey() thing you await will give the tester the chance - within the app's UI - to simulate failure of the async operation.

Registry - Homepage - JSON
purl: pkg:nuget/asyncmrflakey
Keywords: async, testing, network
License: MIT
Latest release: almost 10 years ago
First release: almost 10 years ago
Downloads: 3,486 total
Stars: 14 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 9 days ago

    Loading...
    Readme
    Loading...