Generate unit tests for my code by using IntelliTest

893 views Asked by At

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?

2

There are 2 answers

0
Nelson G On

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.

0
FlyingV On

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.