Class PostServletDeleteParentTest
- java.lang.Object
-
- org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletDeleteParentTest
-
public class PostServletDeleteParentTest extends Object
SLING-3203 - POST servlet should not delete parent of non-existing node
-
-
Constructor Summary
Constructors Constructor Description PostServletDeleteParentTest(String deletePath)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cleanup()
static Collection<Object[]>
data()
void
setup()
void
testDeleteNonExisting()
-
-
-
Constructor Detail
-
PostServletDeleteParentTest
public PostServletDeleteParentTest(String deletePath)
-
-