Package org.apache.sling.hc.support.impl

Examples of org.apache.sling.hc.support.impl.SlingRequestStatusHealthCheck$PathSpec


            return result;
    }
   
    @Before
    public void setup() throws Exception {
        hc = new SlingRequestStatusHealthCheck();
       
        final ResourceResolverFactory rrf = Mockito.mock(ResourceResolverFactory.class);
        SetField.set(hc, "resolverFactory", rrf);
       
        final Answer<Void> a = new Answer<Void> () {
View Full Code Here

TOP

Related Classes of org.apache.sling.hc.support.impl.SlingRequestStatusHealthCheck$PathSpec

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.