microsoft / SimpleStubs

*SimpleStubs* is a simple mocking framework that supports Universal Windows Platform (UWP), .NET Core and .NET framework. SimpleStubs is currently developed and maintained by Microsoft BigPark Studios in Vancouver.
Other
66 stars 29 forks source link

Added special cases for IAsyncAction and IAsyncOperation #41

Closed davidbozjak closed 6 years ago

davidbozjak commented 6 years ago

Like agreed, tests are available on a branch in my fork https://github.com/davidbozjak/SimpleStubs/tree/WinRtTests

nehmebilal commented 6 years ago

Looks good, thanks!