|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | POINTCUT | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | POINTCUT | CONSTRUCTOR | METHOD |
java.lang.Object | +--org.apache.cactus.util.JUnitVersionHelper
Work around for some changes to the public JUnit API between different JUnit releases.
Constructor Summary | |
JUnitVersionHelper()
Work around for some changes to the public JUnit API between different JUnit releases. |
Method Summary | |
static String |
getTestCaseName(TestCase theTestCase)
JUnit 3.7 introduces TestCase.getName() and subsequent versions of JUnit remove the old name() method. Affected by: LogAspect |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JUnitVersionHelper()
Method Detail |
public static String getTestCaseName(TestCase theTestCase)
theTestCase
- the test case for which to retrieve the name
around() in LogAspect
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | CONSTRUCTOR | METHOD |