Class SlingRemoteTestRunner
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.junit.runners.ParentRunner<org.apache.sling.junit.remote.testrunner.SlingRemoteTest>
-
- org.apache.sling.junit.remote.testrunner.SlingRemoteTestRunner
-
- All Implemented Interfaces:
org.junit.runner.Describable
,org.junit.runner.manipulation.Filterable
,org.junit.runner.manipulation.Sortable
public class SlingRemoteTestRunner extends org.junit.runners.ParentRunner<org.apache.sling.junit.remote.testrunner.SlingRemoteTest>
JUnit TestRunner that talks to a remote Sling JUnit test servlet. Using this test runner lets a test class discover tests that the JUnit servlet can execute, execute them and report results exactly as if the tests ran locally.
-
-
Constructor Summary
Constructors Constructor Description SlingRemoteTestRunner(java.lang.Class<?> testClass)
-