The old Unity Test Tools Asset seems to have been abandoned by Unity Tech, and if used in a current version of Unity has tons of warnings and even some errors.
Is Unity Technologies no longer maintaining a proper test suite for Unity? Have they gone down another path that I am not aware of?
Unity testing and Integration testing is important to me and is in fact one of the reasons I committed to Unity instead of Unreal so many years ago, so seeing this current state of things has me concerned.
I’m not 100%… but I believe it was integrated into Unity in the latest versions of unity (the 2017 builds).
I think this is the evolution of what you’re referring to.
I saw that, but without installing the Unity Test Tools, the NUnit namespace doesn’t appear to be available so it doesn’t seem to be a complete replacement, as I still need to install the Unity Test Tools (and fix the errors) in order to write tests.
Well I’m willing to bet that the namespace changed.
[edit]
That or maybe you have to use the library from the github page that is referenced in that article:
I’m willing to bet the stuff on the asset store is outdated (since you said it’s abandoned). Check the documentation, see what it says.
Yes but if you note in the documentation what Unity provides is a customized version of NUnit with Unity extensions, and best I can tell you still need to get that from the Unity Test Tools. I’ll dig around some more.