Class ODataResponseToResponseEntityConverterUnitTest

java.lang.Object
de.hybris.platform.odata2webservices.converter.ODataResponseToResponseEntityConverterUnitTest

@UnitTest public class ODataResponseToResponseEntityConverterUnitTest extends Object
  • Constructor Details

    • ODataResponseToResponseEntityConverterUnitTest

      public ODataResponseToResponseEntityConverterUnitTest()
  • Method Details

    • testConvert_withInputStreamAsEntity

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

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

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

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

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