public class RDRunner
extends org.junit.runners.BlockJUnit4ClassRunner
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createTest() |
static String |
getMethodName() |
protected void |
initWatchService() |
static boolean |
isCoSWatch() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
protected void |
runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier) |
protected void |
runTestUnit(org.junit.runners.model.Statement statement,
org.junit.runner.Description description,
org.junit.runner.notification.RunNotifier notifier)
Runs a
Statement that represents a leaf (aka atomic) test. |
protected void |
setNewClassLoader() |
protected void |
wait4CoS() |
collectInitializationErrors, computeTestMethods, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic RDRunner(Class<?> klass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorpublic static boolean isCoSWatch()
public static String getMethodName()
public void run(org.junit.runner.notification.RunNotifier notifier)
run in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>protected void runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier)
runChild in class org.junit.runners.BlockJUnit4ClassRunnerprotected Object createTest() throws Exception
createTest in class org.junit.runners.BlockJUnit4ClassRunnerExceptionprotected final void runTestUnit(org.junit.runners.model.Statement statement,
org.junit.runner.Description description,
org.junit.runner.notification.RunNotifier notifier)
Statement that represents a leaf (aka atomic) test.statement - description - notifier - protected void setNewClassLoader()
protected void wait4CoS()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionprotected void initWatchService()
throws IOException
IOExceptionCopyright © 2016 Github jjYBdx4IL Projects. All rights reserved.