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.
You can use the Group by feature to categorize by class:

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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With