Class StatusPoller

  • All Implemented Interfaces:
    Callable<Boolean>

    public class StatusPoller
    extends org.apache.sling.testing.clients.util.poller.Polling
    • Field Detail

      • storedException

        public Exception storedException
    • Constructor Detail

      • StatusPoller

        public StatusPoller​(String pagePath,
                            org.apache.sling.testing.clients.SlingClient client,
                            int expectedStatus)
    • Method Detail

      • call

        public Boolean call()
                     throws org.apache.sling.testing.clients.ClientException
        Specified by:
        call in interface Callable<Boolean>
        Overrides:
        call in class org.apache.sling.testing.clients.util.poller.Polling
        Throws:
        org.apache.sling.testing.clients.ClientException