Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS2013 Test Explorer alternative

For VS2013. I'm looking for a free unit-test explorer that can show the unit-test class name as well.

The built-in test explorer missing this feature, or I can't figured out how to show it.

As my unit test codes growing, simply showing just the method name is not enough, as this will force me to create unique method names thoughout the whole solution.

like image 374
Kelmen Avatar asked Feb 04 '26 19:02

Kelmen


1 Answers

You can use the Group by feature to categorize by class:

enter image description here

Note that you can also use the [Description("A better name for my test")] attribute so you won't have to rely on the method name alone.

like image 91
jessehouwing Avatar answered Feb 06 '26 13:02

jessehouwing



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!