Thursday, March 30, 2017

Why I cant see my Nunit test methods at Test Explorer

Recently i create a Unit test project with VS 2015.
Then i remove the MSTest references and add Nunit references in order to change the test framework to Nunit.
After adding the correct 
[TestFixture] notation and  [Test] notation i Build the project.
But my test method is not available at the Test Explorer window.


And this is how it looks like my references.


So the Solution was adding NUnitTestAdapter tooo as on the below image.




No comments:

Post a Comment