Is it possible to automatically create Unit test session containing all tests covering given class in the solution

Hi,

I have a bunch of unit and integrational tests spread here in there in the solution.

I can run coverage of all solution, but I need to have a unit test session for tests which covers given class.

It's easier from usage perspective - one should not wait for all tests in a solution to finish when refactor only one class.

On the other hand creating the session manually is a little bit a pain in the neck.

Is there a way to do it automatically?

Once again it's easy to create such session for whole solution, but not for 1 class in it.

BR, Illia

0

Please sign in to leave a comment.