Unit Test Result Viewer for Silverlight
Toolwindow to view the results of Silverlight unit tests from the Silverlight Toolkit, while using StatLight as test execution engine.
Download:Download the application via
http://visualstudiogallery.msdn.microsoft.com/feeb23d4-9295-4d79-be59-8c12a6f0d79bYou will automatically notified about updates, when downloading via the Visual Studio Gallery.Additional Requirements:
- Install the Silverlight Toolkit, which will provide the new "Silverlight Unit Test" project type from http://silverlight.codeplex.com/
- To be able to use this toolwindow, you have to download "StatLight" from http://statlight.codeplex.com/.
- Then extract the content to:
Local App Data Directory (e.g. "C:\Users\JohnDoe\AppData\Local\StatLight")
StatLight will be used to execute the unit tests.
Version History
Changelist for v0.4*Added logging for unhandled exceptions (thanks to icnocop)
*Determination of output path via project file settings (thanks to icnocop)
*Support newer StatLight versions (thanks to icnocop)
*Logging StatLight output in Output window of VS (thanks to icnocop)
*StatLight running in silent mode (thanks to icnocop)
*Fixed possible exceptions on VS startup
*Support nested projects in solution folders
*Fixed run option "all projects" to execute correctly
Changelist for v0.3
- Support StatLight 1.2 to test the complete solution with multiple xap's
- Support StatLight from Local AppData directory to avoid UAC dialog on every run. (old path via "%SystemDrive%\%ProgramFiles%\StatLight" still supported.)
- Minor bugfixes
Changelist for v0.2 (unreleased):
- Bug fixed to load project list correctly and execute tests
- UAC pop-up will be shown, when required.
Changelist for v0.1 (unreleased):
- Result-based filter (Passed, Failed, Ignored)
- Direct assembly selection
- Manual retest
- Basic result listing (Status, Message, Source, Duration)
External Links:
Recommendations
- Moq - The simplest mocking library for .NET 3.5 and Silverlight with deep C# 3.0 integration