Class HttpTestNode
- java.lang.Object
-
- org.apache.sling.commons.testing.integration.HttpTestNode
-
- Direct Known Subclasses:
HttpTestBase.TestNode
public class HttpTestNode extends Object
Utility to manage test nodes
-
-
Field Summary
Fields Modifier and Type Field Description String
nodeUrl
String
resourceType
String
scriptPath
String
testText
-
Constructor Summary
Constructors Constructor Description HttpTestNode(SlingIntegrationTestClient testClient, String parentPath, Map<String,String> properties)
-
-
-
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
-
-