I found that I can use IntelliTest to generate unit tests for my code. I am using Visual Studio Enterprise 2019, but I don't see this option when I right-click on a method.
Should I download something?
I found that I can use IntelliTest to generate unit tests for my code. I am using Visual Studio Enterprise 2019, but I don't see this option when I right-click on a method.
Should I download something?
TL&DR: Visual Studio Enterprise 2022 also does NOT have this capability!
IntelliTest is available in Enterprise edition only. It is supported for C# code that targets the .NET Framework. .NET Core and .NET Standard are not currently supported.
Could it be related to my answer on Visual Studio 2019 IntelliTest Compatibility With .NET Core, .NET Standard? ? In a nutshell, if your app targets .NET Core there is a bug that needs to be upvoted in order to have this functionality fix.