Why doesn't Visual Studio 2008 forever display the Class Name column in the Test Results window?

Using the Show / Delete Columns context menu option in the Test Results window, I can display the Class Name column. However, when I close and reopen Visual Studio 2008, the Class Name column no longer exists.

How do I permanently display the Class Name column?

EDIT: I started this editing thinking that I found a reliable way to reproduce the problem, but it is not. All I can say is an error message that has not reached today.

In this case, I open the use of Ctrl + T to effectively launch Test> Debug> Tests in the current context. This time there was no Class Name column. Close VS, run and run all tests again, the "Class Name" columns are still missing. Place the column at the end of the VS and now it appears for all test runs. Hover over your mouse.

+5
source share
1 answer

Sorry, I would send Dan an answer if I could. If you reload your unit tests after restarting Visual Studio, the class name column will reappear. I just tested this and it works, at least on VS2008 SP1.

0
source

All Articles