User Jeff - Stack Overflow most recent 30 from stackoverflow.com 2009-12-12T09:04:23Z http://stackoverflow.com/feeds/user/82692 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/44899/how-to-find-the-current-name-of-the-test-being-executing/682428#682428 0 Answer by Jeff for How to find the current name of the test being executing? Jeff 2009-03-25T16:46:21Z 2009-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>