In both my NUnit SetUp and TearDown methods, I need to retrieve the MethodInfo of the test that is about to be run or has been run. Is this possible? I'm using NUnit 2.5.
Motivation: I would like to be able to retrieve, via Reflection, attributes attached to the test method.