Hello,
Referring to the StockTraderRI example shipped with Prism, the unit test project created in Silverlight is not working.
The tests written in the Silverlight unit test projects cannot be run individually if they are not linked and there is no code coverage result included of the silverlight files. I have a similar situation in my application where in I have used prism and code sharing between desktop and silvelright projects. How can I create unit tests for silverlight individually and increase my code coverage?
Regards,
Hiral Bhatt