Tag Archives: Unit testing

Unit testing in Windows Phone 8 – Asynchronous operations and mocking

One of the most common scenarios to test are asynchronous operations: WinRT is heavily based on async methods, both in Windows 8 and in Windows Phone 8. Plus, thanks to the new async and await keywords, it’s now easier for … Continue reading

Posted in Windows Phone | Tagged , | 12 Comments

Unit testing in Windows Phone 8 – The basics

Unit testing in Windows Phone has never been really supported by Microsoft: the only semi-official way to do unit tests in Windows Phone 7 is using an adaptation of the Silverlight Unit Test Framework made by Jeff Wilcox. This library … Continue reading

Posted in Windows Phone | Tagged , | 8 Comments