Mocking structure in Windows Phone8

I just started development on Windows Phone 8 and I needed to write test cases using a mocking structure. I'm not sure about any frameworks in Windows Phone 8 that give you mocking functionality.

Does anyone know of any good fake framework in Windows Phone 8?

+3
source share
1 answer

We use Moq , and it works very well.

+2
source

All Articles