Class ExampleRemoteTest


  • public class ExampleRemoteTest
    extends java.lang.Object
    Test that can be run remotely on a Sling instance from an IDE, by setting the SlingRemoteExecutionRule.SLING_REMOTE_TEST_URL system property in the IDE setup, to the URL of the Sling JUnit servlet (like http://localhost:8080/system/sling/junit)
    • Field Detail

      • execRule

        public SlingRemoteExecutionRule execRule
        Execute this test remotely and customize the request (could be used to set credentials for example)
    • Constructor Detail

      • ExampleRemoteTest

        public ExampleRemoteTest()
    • Method Detail

      • testAlwaysPasses

        public void testAlwaysPasses()
      • testAlwaysFails

        public void testAlwaysFails()
      • testFailsSometimes

        public void testFailsSometimes()