User Jeff - Stack Overflowmost recent 30 from stackoverflow.com2009-12-12T09:04:23Zhttp://stackoverflow.com/feeds/user/82692http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/44899/how-to-find-the-current-name-of-the-test-being-executing/682428#6824280Answer by Jeff for How to find the current name of the test being executing?Jeff2009-03-25T16:46:21Z2009-03-25T16:46:21Z<p>I have this exact same problem - knowing the name of the test from the setUp. Your answer is unhelpful - since I exactly want to do something for every test in the setUp - print out the name of the test that is running in the log file! This facility is available in JUnit - NUnit has the name of the method when it runs the setup - it just doesn't provide access to it. This seems like a complete oversight to me.</p>