Class ODataResponseToResponseEntityConverterUnitTest


  • @UnitTest
    public class ODataResponseToResponseEntityConverterUnitTest
    extends java.lang.Object
    • Constructor Detail

      • ODataResponseToResponseEntityConverterUnitTest

        public ODataResponseToResponseEntityConverterUnitTest()
    • Method Detail

      • 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,
                                                                  java.io.IOException
        Throws:
        org.apache.olingo.odata2.api.exception.ODataException
        java.io.IOException