2

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.

Visual Studio

Should I download something?

Community
  • 1
  • 1
Valeri
  • 97
  • 4
  • Tagging this because I have the same issue, and I am running both an up to date version of 2019 Enterprise, and 2019 Enterprise Pre-release. – Brian Webb Oct 14 '19 at 21:41

2 Answers2

1

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.

FlyingV
  • 2,207
  • 19
  • 18
0

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.

Nelson G
  • 126
  • 1
  • 2