Search Wiki:

Project Description

Unit Driven is designed to allow you to run unit tests in both Silverlight and .NET. In .NET it compliments other unit test frameworks such as NUnit or MSTest. In Silverlight it is a standalone unit testing framework, providing more robust test capabilities than the prototype testing framework available from Microsoft.

Unit Driven was created to address the limitations in existing unit test frameworks related to testing asynchronous code. Unit Driven allows tests with synchronous or asynchronous code to be executable both on .NET and Silverlight. This is particularly critical in Silverlight, where all server communication is asynchronous and dispatched to the UI thread.

Unit Driven was created for the CSLA .NET and CSLA Light frameworks, to allow effective testing of round trip, asynchronous, multiple framework calls. Since it is a separate project from CSLA, it can be used for testing any application and so we've donated the project to the community.

Find details about CSLA .NET at http://www.lhotka.net/cslanet and CSLA Light at http://www.lhotka.net/cslalight.

This project wouldn't exist without initial sponsorship from Magenic.

See a Detailed Example of why you might want to use Unit Driven.

Developer Blogs


Contributors

Last edited Tue at 3:44 PM  by justinc, version 10
Comments
No comments yet.

Updating...