public class NamedRunner
extends org.junit.runners.BlockJUnit4ClassRunner
| Constructor and Description |
|---|
NamedRunner(Class<?> klass)
Instantiates a new named runner.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getTestMethodName()
Gets the test method name.
|
protected void |
runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier) |
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic NamedRunner(Class<?> klass) throws org.junit.runners.model.InitializationError
klass - the klassorg.junit.runners.model.InitializationError - the initialization errorprotected void runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier)
runChild in class org.junit.runners.BlockJUnit4ClassRunnerpublic static String getTestMethodName()
Copyright © 2015-2016 bitstrings.org. All Rights Reserved.