I have a little problem with generic test and building project using TFS. I have a Silverlight user control, which I am testing using Silverlight unit tests from toolkit. Also we have a build machine, and using StatLight, I managed to make run test automatically when project is building(thanks to author of this article http://www.nielshebling.de/?p=167). The problem is in results, I would like that inner test results were shown in summary(look at the screenshot below). Now it's showing that only one test was run(the generic test). http://img705.imageshack.us/i/screenqqs.jpg/
Is it even possible? Using XML Schema Definition Tool (Xsd.exe) I generated a class from SummaryResult.xsd. Maybe it's possible to rewrite this class so the results of inner test were shown in Summary? Your help would be greatly appreciated
P.S. excuse me for my english