views:

27

answers:

1

Hi all,

We have built a custom provider for the microsoft sync framework, how would you go about unit testing it or would you not bother with the unit testing and focus on integration tests?

Cheers alex

A: 

I have had some success using Moq to help write unit tests for a custom provider. Unfortunately the Sync Framework hasn't been designed to make testing easy.

tjrobinson