Questions tagged [unitdriven]
3 questions
8
votes
6 answers
NUnit with Windows Phone 7
I'd like to unit test my Windows Phone 7 libraries with NUnit.
Is there a version of NUnit compatible with Windows Phone 7?

James Newton-King
- 48,174
- 24
- 109
- 130
1
vote
2 answers
How to write unit tests using Unit Driven for windows phone 7 application development?
I have been searching Unit Test framework that is capable of testing asynchronous functional calls in Windows Phone 7 application development. Yes, Unit driven was the one pop up in my sight. However, that framework was not developer friendly as…

Simoscofield
- 139
- 2
- 7
1
vote
1 answer
Unit Test a CSLA Asynchronous Validation Rule
I have a validation rule on a CSLA Business Base stereotyped class. I'm having trouble figuring out how to unit test the validation rule as it includes an asynchronous callback lambda expression. Here's some example code:
using System;
using…

Tom Hunter
- 5,714
- 10
- 51
- 76