Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
2
votes
2answers
58 views

Script-Run Silverlight Test Project

I have a solution with several Silverlight Test Projects. I would like to have some kind of script or tool with the ability of running all these test projects and generating some kind of report (any ...
2
votes
1answer
37 views

How to remove the 5s delay of the Silverlight Unit Testing Framework

I use the Silverlight Unit Testing Framework and it works pretty well. However every time I launch my tests, I have to wait 5 seconds or click the "No, run all tests" button. Is there a way to ...
0
votes
1answer
82 views

Wait on all child threads - Silverlight Unit Testing

I'm trying to do a unit test of a silverlight app and the method i call ends up calling another method which does something async. At this point the thread comes all the way out without completely ...
0
votes
1answer
594 views

Get View + ViewModel from Caliburn.Micro in unit tests

We're using Caliburn.Micro to do all the magic of kickstarting our Silverlight app. I'd like to have a play with testing an initialised view being hosted by the Silverlight Unit Testing Framework's ...