Package org.apache.sling.launchpad.webapp.integrationtest.util

Examples of org.apache.sling.launchpad.webapp.integrationtest.util.ServerSideTestClient


/** Run the server-side MappingEventsTest */
public class MappingEventsProxyTest {
    @Test
    public void runWriteableResourcesTest() throws Exception {
        new ServerSideTestClient().assertTestsPass("org.apache.sling.launchpad.testservices.serversidetests.MappingEventsTest", -1);
    }
View Full Code Here


        return result;
    }

    public ServerSideScriptsTest(Definition scriptableTest) {
        this.test = scriptableTest;
        this.slingClient = new ServerSideTestClient();
    }
View Full Code Here

/** Run the server-side WriteableResourcesTest */
public class WriteableResourcesProxyTest {
    @Test
    public void runWriteableResourcesTest() throws Exception {
        new ServerSideTestClient().assertTestsPass("org.apache.sling.launchpad.testservices.serversidetests.WriteableResourcesTest", 1);
    }
View Full Code Here

/** Run the server-side ResourceResolverTest */
public class ResourceResolverProxyTest {
    @Test
    public void runWriteableResourcesTest() throws Exception {
        new ServerSideTestClient().assertTestsPass("org.apache.sling.launchpad.testservices.serversidetests.ResourceResolverTest", -50);
    }
View Full Code Here

TOP

Related Classes of org.apache.sling.launchpad.webapp.integrationtest.util.ServerSideTestClient

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.