public class SlingRemoteTestRunner
extends org.junit.runners.ParentRunner<org.apache.sling.junit.remote.testrunner.SlingRemoteTest>
Constructor and Description |
---|
SlingRemoteTestRunner(Class<?> testClass) |
Modifier and Type | Method and Description |
---|---|
protected org.junit.runners.model.Statement |
classBlock(org.junit.runner.notification.RunNotifier notifier)
Similar to
ParentRunner.classBlock(org.junit.runner.notification.RunNotifier) but will call the methods annotated with @After in addition. |
protected org.junit.runner.Description |
describeChild(org.apache.sling.junit.remote.testrunner.SlingRemoteTest t) |
protected List<org.apache.sling.junit.remote.testrunner.SlingRemoteTest> |
getChildren() |
protected void |
runChild(org.apache.sling.junit.remote.testrunner.SlingRemoteTest t,
org.junit.runner.notification.RunNotifier notifier) |
public SlingRemoteTestRunner(Class<?> testClass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
protected org.junit.runner.Description describeChild(org.apache.sling.junit.remote.testrunner.SlingRemoteTest t)
describeChild
in class org.junit.runners.ParentRunner<org.apache.sling.junit.remote.testrunner.SlingRemoteTest>
protected List<org.apache.sling.junit.remote.testrunner.SlingRemoteTest> getChildren()
getChildren
in class org.junit.runners.ParentRunner<org.apache.sling.junit.remote.testrunner.SlingRemoteTest>
protected void runChild(org.apache.sling.junit.remote.testrunner.SlingRemoteTest t, org.junit.runner.notification.RunNotifier notifier)
runChild
in class org.junit.runners.ParentRunner<org.apache.sling.junit.remote.testrunner.SlingRemoteTest>
protected org.junit.runners.model.Statement classBlock(org.junit.runner.notification.RunNotifier notifier)
ParentRunner.classBlock(org.junit.runner.notification.RunNotifier)
but will call the methods annotated with @After in addition.classBlock
in class org.junit.runners.ParentRunner<org.apache.sling.junit.remote.testrunner.SlingRemoteTest>
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.