I’m trying to figure out which test adapter to expect to work with my tests in visual studio. Given that I’m using the custom NUnit unity package 1.0.0 mentioned above, does it use a V2 adapter, or a V3?
Thanks
I’m trying to figure out which test adapter to expect to work with my tests in visual studio. Given that I’m using the custom NUnit unity package 1.0.0 mentioned above, does it use a V2 adapter, or a V3?
Thanks
com.unity.ext.nunit is based on NUnit at around version 3.5.
Thank you very much!