On Fri, 30 May 2003 06:36 am, Janne wrote: > How do I configure PUnit logging? That is I want to see debug statements > from the components that I am testing and not just from PUnit itself.
The log statements are actually recorded in an array rather than being output to screen. That way you can later lookup the output of block (via something like "getHelper().lookupInLog()"). I haven't actually used PUnit but if you have any questions I may dive in and try to figure it out. -- Cheers, Peter Donald *-----------------------------------------------------* * "Faced with the choice between changing one's mind, * * and proving that there is no need to do so - almost * * everyone gets busy on the proof." * * - John Kenneth Galbraith * *-----------------------------------------------------* --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
