Hello!
I have a solution built up of several projects. One is a Silverlight 4 application library used for the ViewModel. This contains no UI code so I have no need for UI specific testing. I Only want to test the logic in the ViewModel.
Can I use a normal Unit test project in Visual Studio or do I need to go down the Silverlight Unit Testing route?
If I can't use a normal test project, why?
Many thanks! Per