I'm using NUnit framework v3.12.0 and NUnit3TestAdapter v3.17.0 (latest) in VS2015. The problem I have is that it does not discover any test. I've tried deleting Temp files, and it is not working. The only way it works is by changing, every time I want to run it, the NUnit3TestAdapter version to any other. As you can realize, it is a waste of time.
This is the error it throws: An exception occurred while test discoverer 'NUnit3TestDiscoverer' was loading tests. Exception: Object reference not set to an instance of an object.
Any clue on how to solve this??
What I have tried so far:
- restarting VS
- cleaning and rebuilding solution
- deleting Temp files
- removing references, uninstalling and installing test adapter extension