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 Framework. However it seems that the test class structure is quite complex in the source and I don't want to re-write the test classes defined in t...