In our project we have written unit test's for some methods, we are planning to write unit test's for methods which doesn't have test's.
Is there a command or tool in Visual Studio
to automatically find class or methods without unit test's ?
In our project we have written unit test's for some methods, we are planning to write unit test's for methods which doesn't have test's.
Is there a command or tool in Visual Studio
to automatically find class or methods without unit test's ?
In VS2017, you can use Intellitest feature for .Net Framework projects. Intellitest didn’t support for .NET Core projects, you can try with Code Coverage feature.