Class DefaultResponseEntityExtractorUnitTest

java.lang.Object
de.hybris.platform.odata2services.odata.monitoring.impl.DefaultResponseEntityExtractorUnitTest

@UnitTest public class DefaultResponseEntityExtractorUnitTest extends Object
  • Constructor Details

    • DefaultResponseEntityExtractorUnitTest

      public DefaultResponseEntityExtractorUnitTest()
  • Method Details

    • setUp

      public void setUp()
    • testSingleBatchSingleChangesetSuccessResponse

      public void testSingleBatchSingleChangesetSuccessResponse() throws org.apache.olingo.odata2.api.exception.ODataException
      Throws:
      org.apache.olingo.odata2.api.exception.ODataException
    • testSingleSuccessResponse

      public void testSingleSuccessResponse() throws org.apache.olingo.odata2.api.exception.ODataException
      Throws:
      org.apache.olingo.odata2.api.exception.ODataException
    • testExtractSingleResponseThrowsIOExceptionWhenClosingStream

      public void testExtractSingleResponseThrowsIOExceptionWhenClosingStream() throws org.apache.olingo.odata2.api.exception.ODataException, IOException
      Throws:
      org.apache.olingo.odata2.api.exception.ODataException
      IOException
    • testSingleErrorResponse

      public void testSingleErrorResponse() throws org.apache.olingo.odata2.api.exception.ODataException
      Throws:
      org.apache.olingo.odata2.api.exception.ODataException
    • testBatchResponseWithOneBatchPartErrorAndOneSuccess

      public void testBatchResponseWithOneBatchPartErrorAndOneSuccess() throws org.apache.olingo.odata2.api.exception.ODataException
      Throws:
      org.apache.olingo.odata2.api.exception.ODataException
    • testSingleBatchTwoChangesets

      public void testSingleBatchTwoChangesets() throws org.apache.olingo.odata2.api.exception.ODataException
      Throws:
      org.apache.olingo.odata2.api.exception.ODataException
    • testSetErrorParsersNoLeakReference

      public void testSetErrorParsersNoLeakReference()
    • testSetErrorParsersToNullReturnEmptyList

      public void testSetErrorParsersToNullReturnEmptyList()
    • testSetIntegrationKeyExtractorsNoLeakReference

      public void testSetIntegrationKeyExtractorsNoLeakReference()
    • testSetIntegrationKeyExtractorsToNullReturnEmptyList

      public void testSetIntegrationKeyExtractorsToNullReturnEmptyList()