Interface SlingRemoteTestParameters
-
public interface SlingRemoteTestParametersTest class "proxies" implement this to indicate where to run the tests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetJunitServletUrl()Return the URL of the JUnit servletjava.lang.StringgetTestClassesSelector()Return the optional selector for the test classes to run, for example "org.apache.sling.testing.samples.sampletests.JUnit4Test"java.lang.StringgetTestMethodSelector()Return the optional selector for the test methods to run, for example "someMethodName"
-
-
-
Method Detail
-
getJunitServletUrl
java.lang.String getJunitServletUrl()
Return the URL of the JUnit servlet
-
getTestClassesSelector
java.lang.String getTestClassesSelector()
Return the optional selector for the test classes to run, for example "org.apache.sling.testing.samples.sampletests.JUnit4Test"
-
getTestMethodSelector
java.lang.String getTestMethodSelector()
Return the optional selector for the test methods to run, for example "someMethodName"
-
-