Package org.fcrepo.client
Class HistoricMementoBuilderTest
- java.lang.Object
-
- org.fcrepo.client.HistoricMementoBuilderTest
-
public class HistoricMementoBuilderTest extends Object
- Author:
- bbpennel
-
-
Constructor Summary
Constructors Constructor Description HistoricMementoBuilderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestCreateWithInstantHeader()voidtestCreateWithNoDatetime()voidtestCreateWithNonRFC1123()voidtestCreateWithStringMementoDatetime()
-
-
-
Constructor Detail
-
HistoricMementoBuilderTest
public HistoricMementoBuilderTest()
-
-
Method Detail
-
testCreateWithInstantHeader
public void testCreateWithInstantHeader() throws Exception
- Throws:
Exception
-
testCreateWithStringMementoDatetime
public void testCreateWithStringMementoDatetime() throws Exception
- Throws:
Exception
-
testCreateWithNoDatetime
public void testCreateWithNoDatetime() throws Exception
- Throws:
Exception
-
testCreateWithNonRFC1123
public void testCreateWithNonRFC1123() throws Exception
- Throws:
Exception
-
-