I have an assembly that I have created from a suite of SpecFlow MsTests.
What I am looking to do is to run a bit of code over the assembly DLL in order to extract a list of the test names from the contained test classes.
I assume it will require reading the attributes via Reflection or something similar, im just not sure where to start.