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

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -