Class DefaultRequestBatchEntityExtractorUnitTest

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

@UnitTest public class DefaultRequestBatchEntityExtractorUnitTest extends Object
  • Constructor Details

    • DefaultRequestBatchEntityExtractorUnitTest

      public DefaultRequestBatchEntityExtractorUnitTest()
  • Method Details

    • setUp

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

      public void testExtractSingleIntegrationObject() throws IOException
      Throws:
      IOException
    • testBatchRequestWithSingleChangeSet

      public void testBatchRequestWithSingleChangeSet() throws IOException
      Throws:
      IOException
    • testBatchRequestWith2ChangeSets

      public void testBatchRequestWith2ChangeSets() throws IOException
      Throws:
      IOException
    • test2BatchesWith1ChangeSetEach

      public void test2BatchesWith1ChangeSetEach() throws IOException
      Throws:
      IOException
    • testExceptionThrownWhileTryingToParseBatches

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

      public void testBatchLimitIsExceeded()