Class RepositoryRuntimeExceptionMapperTest
- java.lang.Object
-
- org.fcrepo.http.commons.exceptionhandlers.RepositoryRuntimeExceptionMapperTest
-
public class RepositoryRuntimeExceptionMapperTest extends Object
- Author:
- cabeer
-
-
Constructor Summary
Constructors Constructor Description RepositoryRuntimeExceptionMapperTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestToResponseWithHandledRepositoryException()voidtestToResponseWithNoWrappedException()voidtestToResponseWithUnhandledRepositoryException()
-
-
-
Constructor Detail
-
RepositoryRuntimeExceptionMapperTest
public RepositoryRuntimeExceptionMapperTest()
-
-
Method Detail
-
setUp
public void setUp()
-
testToResponseWithHandledRepositoryException
public void testToResponseWithHandledRepositoryException()
-
testToResponseWithUnhandledRepositoryException
public void testToResponseWithUnhandledRepositoryException()
-
testToResponseWithNoWrappedException
public void testToResponseWithNoWrappedException()
-
-