NUnit tests run on build server, but report incorrect count in test results -


using tfs 2012, have build configured run our nunit tests. of our test projects have nunit test adapter vs2012 , vs2013 nuget package installed. corresponding extension installed, tests run locally in vs2013 using test harness (test explorer window).

on our tfs build server, however, our tests run, test results in our build output report incorrect test count. using 1 of our test projects has 228 unit tests, build reports 65 of 65 ran correctly. when viewing results, 65 tests appear first 65 tests ordered qualified class name alphabetically. when view build log, however, see 228 unit tests executed.

what make test count incorrect? , ideas how correct this?


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -