org.apache.sling.commons.testing.integration
Class HttpTestNode

java.lang.Object
  extended by org.apache.sling.commons.testing.integration.HttpTestNode
Direct Known Subclasses:
HttpTestBase.TestNode

public class HttpTestNode
extends Object

Utility to manage test nodes


Field Summary
 String nodeUrl
           
 String resourceType
           
 String scriptPath
           
 String testText
           
 
Constructor Summary
HttpTestNode(SlingIntegrationTestClient testClient, String parentPath, Map<String,String> properties)
           
 
Method Summary
 void delete()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testText

public final String testText

nodeUrl

public final String nodeUrl

resourceType

public final String resourceType

scriptPath

public final String scriptPath
Constructor Detail

HttpTestNode

public HttpTestNode(SlingIntegrationTestClient testClient,
                    String parentPath,
                    Map<String,String> properties)
             throws IOException
Throws:
IOException
Method Detail

delete

public void delete()
            throws IOException
Throws:
IOException


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.