I’ve installed Unity 5, tried adding in Unity Test Tools really quickly and the example unit tests work in the Unit Test Runner. I’ve also made my own unit tests and they work normally as expected.
But when I’d started making my own tests in an IDE (Monodevelop or Visual Studio) usually the error “type or namespace name NUnit cannot be found.” appears even if I’d already included the “using NUnit.Framework” directive. This also prevents me from building a full solution without errors or failures. Any idea why this is happening?
It’s rather annoying since I’m spoiled by autocomplete features working as expected.
I am using 5.2.2f1 Personal and imported Unity Test Tools 1.5.6
Same problem here. And when i look into the UnityTestTools/UnitTesting/Editor Folder, there is only the NSubstitute Folder. Unfortunately no NUnit. Is that on purpose now?