Package org.fcrepo.client.integration
Class VersioningIT
- java.lang.Object
-
- org.fcrepo.client.integration.AbstractResourceIT
-
- org.fcrepo.client.integration.VersioningIT
-
public class VersioningIT extends AbstractResourceIT
- Author:
- bbpennel
-
-
Field Summary
-
Fields inherited from class org.fcrepo.client.integration.AbstractResourceIT
HOSTNAME, SERVER_ADDRESS, SERVER_PORT
-
-
Constructor Summary
Constructors Constructor Description VersioningIT()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidafterClass()static voidbeforeClass()voidtestCreateMementoFromOriginal()voidtestDatetimeNegotiation()-
Methods inherited from class org.fcrepo.client.integration.AbstractResourceIT
getResponseModel
-
-
-
-
Constructor Detail
-
VersioningIT
public VersioningIT()
-
-
Method Detail
-
beforeClass
public static void beforeClass()
-
afterClass
public static void afterClass() throws IOException
- Throws:
IOException
-
testCreateMementoFromOriginal
public void testCreateMementoFromOriginal() throws Exception
- Throws:
Exception
-
testDatetimeNegotiation
public void testDatetimeNegotiation() throws Exception
- Throws:
Exception
-
-