Class CustomODataExceptionAwareErrorCallbackUnitTest
- java.lang.Object
-
- de.hybris.platform.odata2services.odata.impl.CustomODataExceptionAwareErrorCallbackUnitTest
-
@UnitTest public class CustomODataExceptionAwareErrorCallbackUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CustomODataExceptionAwareErrorCallbackUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleInternalProcessingException()voidhandleInvalidDataException()voidhandleInvalidODataSchemaException()voidsetUp()voidtestNonOdataCauseException()voidtestNonOdataContextException()voidtestNullContextException()
-
-
-
Method Detail
-
setUp
public void setUp()
-
handleInternalProcessingException
public void handleInternalProcessingException() throws org.apache.olingo.odata2.api.exception.ODataException- Throws:
org.apache.olingo.odata2.api.exception.ODataException
-
handleInvalidDataException
public void handleInvalidDataException() throws org.apache.olingo.odata2.api.exception.ODataException- Throws:
org.apache.olingo.odata2.api.exception.ODataException
-
handleInvalidODataSchemaException
public void handleInvalidODataSchemaException() throws org.apache.olingo.odata2.api.exception.ODataException- Throws:
org.apache.olingo.odata2.api.exception.ODataException
-
testNonOdataContextException
public void testNonOdataContextException() throws org.apache.olingo.odata2.api.exception.ODataException- Throws:
org.apache.olingo.odata2.api.exception.ODataException
-
testNonOdataCauseException
public void testNonOdataCauseException() throws org.apache.olingo.odata2.api.exception.ODataException- Throws:
org.apache.olingo.odata2.api.exception.ODataException
-
testNullContextException
public void testNullContextException() throws org.apache.olingo.odata2.api.exception.ODataException- Throws:
org.apache.olingo.odata2.api.exception.ODataException
-
-