| org.springunit.framework.junit4.NameRunner
NameRunner | public class NameRunner extends JUnit4ClassRunner (Code) | | Stores the name of the currently running test from the TestRunner.
This implementation follows the example given by Gabriel Cooper at
http://tech.groups.yahoo.com/group/junit/message/18728.
author: Ted Velkoff |
NameRunner | public NameRunner(Class> clazz) throws InitializationError(Code) | | |
getTestMethodName | public static String getTestMethodName()(Code) | | |
getTestName | public static synchronized String getTestName()(Code) | | |
run | public void run(RunNotifier notifier)(Code) | | |
setTestName | public static synchronized void setTestName(String name)(Code) | | |
|
|