Showing Silverlight unit tests in VS2013 Test Explorer -
i have silverlight client project project.client
employing strong use of mvvm caliburn micro, there's lots of calculations in viewmodels see fit unit test.
i create project.client.test
unit test project references project.client
, have test results appear in test explorer (and not test results showing in web page).
i installed nunit 3 runners , adapters cannot see unit tests in visual studio 2013's test explorer. there way that?
Comments
Post a Comment