org.apache.sling.junit.remote.ide
Class SlingRemoteExecutionRule
java.lang.Object
org.apache.sling.junit.remote.ide.SlingRemoteExecutionRule
- All Implemented Interfaces:
- org.apache.sling.testing.tools.http.RequestCustomizer, org.junit.rules.MethodRule
public class SlingRemoteExecutionRule
- extends java.lang.Object
- implements org.junit.rules.MethodRule, org.apache.sling.testing.tools.http.RequestCustomizer
JUnit MethodRule that executes tests remotely if the
SLING_REMOTE_TEST_URL property is set.
Used to execute tests from an IDE and have then run
on a remote Sling instance.
|
Field Summary |
static java.lang.String |
SLING_REMOTE_TEST_URL
Name of the system property that activates remote test execution |
|
Method Summary |
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runners.model.FrameworkMethod method,
java.lang.Object target)
|
void |
customizeRequest(org.apache.sling.testing.tools.http.Request r)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SLING_REMOTE_TEST_URL
public static final java.lang.String SLING_REMOTE_TEST_URL
- Name of the system property that activates remote test execution
- See Also:
- Constant Field Values
SlingRemoteExecutionRule
public SlingRemoteExecutionRule()
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base,
org.junit.runners.model.FrameworkMethod method,
java.lang.Object target)
- Specified by:
apply in interface org.junit.rules.MethodRule
customizeRequest
public void customizeRequest(org.apache.sling.testing.tools.http.Request r)
- Specified by:
customizeRequest in interface org.apache.sling.testing.tools.http.RequestCustomizer
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.