Package org.fcrepo.http.api
Class FedoraTombstonesTest
- java.lang.Object
-
- org.fcrepo.http.api.FedoraTombstonesTest
-
public class FedoraTombstonesTest extends Object
- Author:
- cabeer
-
-
Constructor Summary
Constructors Constructor Description FedoraTombstonesTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestDelete()voidtestNotYetDeleted()If a resource is not deleted, it doesn't return a TombstoneImpl so the fcr:tombstone URI should return 404.
-
-
-
Constructor Detail
-
FedoraTombstonesTest
public FedoraTombstonesTest()
-
-
Method Detail
-
testDelete
public void testDelete()
-
testNotYetDeleted
public void testNotYetDeleted() throws Exception
If a resource is not deleted, it doesn't return a TombstoneImpl so the fcr:tombstone URI should return 404.- Throws:
Exception
-
-