| JUnit 3.7 introduces TestCase.getName() and subsequent versions
of JUnit remove the old name() method. This method provides
access to the name of a TestCase via reflection that is
supposed to work with version before and after JUnit 3.7.
Parameters: theTest - the test case for which to retrieve the name the test case name |