Tagged Questions
The silverlightut tag has no wiki summary.
5
votes
4answers
532 views
How to log output in the Silverlight Unit Testing Framework?
I would like to log output test data when running test with the Silverlight Unit Testing Framework. I could go around it by creating some element and writing it on that however this feels like a ...
5
votes
3answers
2k views
How to write a simple Silverlight unit test?
I'm looking to create some Silverlight unit tests. I've started by downloading the Silverlight Toolkit and looking at the unit tests there which are all built on the Silverlight Unit Testing ...