|
From: Paul B. <eye...@gm...> - 2006-06-20 11:53:43
|
Hi guys, unless I read how your code works, when you have a testListener (eg a resultPrinter), the following methods get called on it: startTest --addError --addFailure endTest the problem I have found is that the test's currentMethod property (that is externally accessed via getCurrentMethod()) returns null in startTest, as it is only set during (I think) runBare... Im writing this from memory (not at my work machine right now), but is this correct? thx PBH |