Test name in the setUp/tearDown methods
SetUp and tearDown methods are called on every test. Is it possible to
know the current (running) test name in the setUp and tearDown methods? I
need to do some extra work depending on what is the currently running
test.
No comments:
Post a Comment