Package org.fcrepo.kernel.impl.services
Class DeleteResourceServiceImplTest
- java.lang.Object
-
- org.fcrepo.kernel.impl.services.DeleteResourceServiceImplTest
-
@ContextConfiguration("/containmentIndexTest.xml") public class DeleteResourceServiceImplTest extends ObjectDeleteResourceServiceTest- Author:
- dbernstein
-
-
Constructor Summary
Constructors Constructor Description DeleteResourceServiceImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanUp()voidsetup()voidtestAclDelete()voidtestBinaryDeleteWithAcl()voidtestBinaryDescriptionDelete()voidtestContainerDelete()voidtestRecursiveDelete()
-
-
-
Constructor Detail
-
DeleteResourceServiceImplTest
public DeleteResourceServiceImplTest()
-
-
Method Detail
-
setup
public void setup()
-
cleanUp
public void cleanUp()
-
testContainerDelete
public void testContainerDelete() throws Exception
- Throws:
Exception
-
testRecursiveDelete
public void testRecursiveDelete() throws Exception
- Throws:
Exception
-
testAclDelete
public void testAclDelete() throws Exception
- Throws:
Exception
-
testBinaryDescriptionDelete
public void testBinaryDescriptionDelete() throws Exception
- Throws:
Exception
-
testBinaryDeleteWithAcl
public void testBinaryDeleteWithAcl() throws Exception
- Throws:
Exception
-
-