org.apache.cactus.util
class JUnitVersionHelper

java.lang.Object
  |
  +--org.apache.cactus.util.JUnitVersionHelper
Known Advisors:
LogAspect

public class JUnitVersionHelper
extends java.lang.Object

Work around for some changes to the public JUnit API between different JUnit releases.

Version:
$Id: JUnitVersionHelper.html,v 1.1 2003/04/14 12:27:28 sinisa Exp $
Author:
Stefan Bodewig , Vincent Massol

Constructor Summary
JUnitVersionHelper()
           
 
Method Summary
static String getTestCaseName(Test theTest)
           Affected by: LogAspect
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnitVersionHelper

public JUnitVersionHelper()
Method Detail

getTestCaseName

public static String getTestCaseName(Test theTest)
Affected by:
around() in LogAspect.


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.