As part of some research, I am writing an extension for the Microsoft Visual Studio Unit Testing Framework with a custom type of testing, as described here . I created a custom attribute, but I want to show additional information in Test Explorer about the completed test from my custom attribute.
I was also wondering if there is a way to show information about all unit tests (so that from my custom attribute, as well as from Visual Studio Unit Testing Framework attributes) that have been executed in the past. Therefore, I can show information from these tests on graphs, etc.
Does anyone know a good solution to achieve this?
UPDATE 1 I mean something like this:

c # visual-studio-2012
mrtentje
source share