Category Archives: unit-testing

Configuring TDD-style isolated tests for Windows Phone

This article describes the setup instructions for configuring an environment to run isolated unit tests that are intended to run quicky, easily and often to enable test driven development. For integration tests that access isolated storage, web services or phone … Continue reading

Posted in unit-testing, windows-phone | Leave a comment

Writing asynchronous unit tests with Rx and the Silverlight Unit Testing Framework

The Reactive Extensions provide a great way for composing asynchronous actions, particularly on Windows Phone where IO operations are asynchronous-only. The Silverlight Unit Testing framework (including my CI-supporting port) supports asynchronous unit tests, but if you’ve attempted to use them … Continue reading

Posted in Rx, unit-testing, windows-phone | 1 Comment