I know I can figure out the name of the method as its being executed, just wondering if there is a way from the setup method. I guess an attribute method would work but from the setup method it would be the best.
EDIT NUnit
|
|
I know I can figure out the name of the method as its being executed, just wondering if there is a way from the setup method. I guess an attribute method would work but from the setup method it would be the best. EDIT NUnit
|
|||
|
|
|
|
I know this is going to sound negative, but don't do it! :-) |
||
|
|
|
|
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. |
||
|
|