Silverlight unit test framework - updated source and binaries now available
December 9, 2008
The latest release of the Silverlight Unit Test Framework is now available for download. This release contains a few simple bug fixes and was built with the RTM version of the Silverlight Tools.
Download it today!
- Binaries and control sample tests, part of the Silverlight Toolkit download
(you'll find the bits in the .\Source\Binaries\ directory) - Unit test framework binaries only
- Source code
This interim release corrected a few simple issues that customers have reported, and is included along with the December 2008 release of the Silverlight Toolkit. Changes of note:
- Asynchronous exception handling fixes and improvements
- [Priority(...)] attribute from VSTT is now supported. They receive implicit Tag values of PriorityN, where N is the integer priority.
- WorkItemTest type: EnqueueDelay method added, has two method signatures that accept either the milliseconds to delay, or a TimeSpan object.
- EnqueueCallback has a new overload that takes a number of Action parameters, for easy action chaining
- Enqueue has been marked as obsolete: please use EnqueueCallback, for consistency
- EnqueueSleep has been marked as obsolete: please use EnqueueDelay, which is a more clear name
- Silverlight test service fixes, you can now run test applications from a web server in more scenarios
- Silverlight test service can co-exist with other web servers and hosts
Hope this helps.