Package org.fcrepo.kernel.impl.services
Class PurgeResourceServiceImplTest
- java.lang.Object
-
- org.fcrepo.kernel.impl.services.PurgeResourceServiceImplTest
-
@ContextConfiguration("/containmentIndexTest.xml") public class PurgeResourceServiceImplTest extends ObjectPurgeResourceServiceTest Copy of DeleteResourceServiceTest- Author:
- dbernstein, whikloj
-
-
Constructor Summary
Constructors Constructor Description PurgeResourceServiceImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestAclPurge()voidtestBinaryDescriptionPurge()voidtestBinaryPurgeWithAcl()voidtestContainerPurge()voidtestRecursivePurge()
-
-
-
Constructor Detail
-
PurgeResourceServiceImplTest
public PurgeResourceServiceImplTest()
-
-
Method Detail
-
setup
public void setup()
-
testContainerPurge
public void testContainerPurge() throws Exception
- Throws:
Exception
-
testRecursivePurge
public void testRecursivePurge() throws Exception
- Throws:
Exception
-
testAclPurge
public void testAclPurge() throws Exception
- Throws:
Exception
-
testBinaryDescriptionPurge
public void testBinaryDescriptionPurge() throws Exception
- Throws:
Exception
-
testBinaryPurgeWithAcl
public void testBinaryPurgeWithAcl() throws Exception
- Throws:
Exception
-
-