Package org.fcrepo.kernel.impl.models
Class ResourceFactoryImplTest
- java.lang.Object
-
- org.fcrepo.kernel.impl.models.ResourceFactoryImplTest
-
@ContextConfiguration("/containmentIndexTest.xml") public class ResourceFactoryImplTest extends Object- Author:
- bbpennel
-
-
Constructor Summary
Constructors Constructor Description ResourceFactoryImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanUp()voidgetChildren_DoesNotExist()voidgetChildren_NoChildren()voidgetChildren_WithChildren()voidgetNonRdfSourceDescription()voidgetResource_BasicContainer()voidgetResource_BasicContainer_Cast_InTransaction()voidgetResource_BasicContainer_InTransaction()voidgetResource_BasicContainer_WithParent()voidgetResource_Binary()voidgetResource_Binary_StorageException()voidgetResource_DirectContainer()voidgetResource_ExternalBinary()voidgetResource_IndirectContainer()voidgetResource_NoInteractionModel()voidgetResource_ObjectNotFound()voidgetResource_UnknownInteractionModel()voidsetup()
-
-
-
Constructor Detail
-
ResourceFactoryImplTest
public ResourceFactoryImplTest()
-
-
Method Detail
-
cleanUp
public void cleanUp()
-
getResource_ObjectNotFound
public void getResource_ObjectNotFound() throws Exception
- Throws:
Exception
-
getResource_NoInteractionModel
public void getResource_NoInteractionModel() throws Exception
- Throws:
Exception
-
getResource_UnknownInteractionModel
public void getResource_UnknownInteractionModel() throws Exception
- Throws:
Exception
-
getResource_BasicContainer
public void getResource_BasicContainer() throws Exception
- Throws:
Exception
-
getResource_BasicContainer_WithParent
public void getResource_BasicContainer_WithParent() throws Exception
- Throws:
Exception
-
getResource_BasicContainer_InTransaction
public void getResource_BasicContainer_InTransaction() throws Exception
- Throws:
Exception
-
getResource_BasicContainer_Cast_InTransaction
public void getResource_BasicContainer_Cast_InTransaction() throws Exception
- Throws:
Exception
-
getResource_DirectContainer
public void getResource_DirectContainer() throws Exception
- Throws:
Exception
-
getResource_IndirectContainer
public void getResource_IndirectContainer() throws Exception
- Throws:
Exception
-
getResource_Binary
public void getResource_Binary() throws Exception
- Throws:
Exception
-
getResource_Binary_StorageException
public void getResource_Binary_StorageException() throws Exception
- Throws:
Exception
-
getResource_ExternalBinary
public void getResource_ExternalBinary() throws Exception
- Throws:
Exception
-
getNonRdfSourceDescription
public void getNonRdfSourceDescription() throws Exception
- Throws:
Exception
-
getChildren_NoChildren
public void getChildren_NoChildren() throws Exception
- Throws:
Exception
-
getChildren_DoesNotExist
public void getChildren_DoesNotExist() throws Exception
- Throws:
Exception
-
getChildren_WithChildren
public void getChildren_WithChildren() throws Exception
- Throws:
Exception
-
-