public class JUnitVersionHelper
extends java.lang.Object
| Constructor and Description |
|---|
JUnitVersionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getTestCaseName(junit.framework.Test theTest)
JUnit 3.7 introduces TestCase.getName() and subsequent versions
of JUnit remove the old name() method.
|
public static java.lang.String getTestCaseName(junit.framework.Test theTest)
theTest - the test case for which to retrieve the nameCopyright © 2000-2004 Apache Software Foundation. All Rights Reserved.