Async Mr Flakey NuGet Package

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.




Got any Async Mr Flakey Question?





Info

Version: 1.0.0.1
Author(s): Lucian Wischik
Last Update: Wednesday, September 3, 2014
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/ljw1004/async-mr-flakey
NuGet Url: https://www.nuget.org/packages/AsyncMrFlakey


Install
Install-Package AsyncMrFlakey
dotnet add package AsyncMrFlakey
paket add AsyncMrFlakey
AsyncMrFlakey Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.5

avg-downloads-per-day

0

days-since-last-release

3522