I have some basic unit tests in VS2010 that I'm currently running. I'd like to be able to add some additional information to the Test Result Details screen (When a unit test completes, right click on it in the Test Results screen, and select Test Result Details). Currently it just lists Common Results, and some standard information.

Is there a way to include some additional values to test result? For example, PreCleanup, initialization, Test, Post Cleanup, etc?
