Class ODataResponseToResponseEntityConverterUnitTest
- java.lang.Object
-
- de.hybris.platform.odata2webservices.converter.ODataResponseToResponseEntityConverterUnitTest
-
@UnitTest public class ODataResponseToResponseEntityConverterUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ODataResponseToResponseEntityConverterUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestConvert_withInputStreamAsEntity()voidtestConvert_withIntegerAsEntity()voidtestConvert_withStringAsEntity()voidtestConvertThrowsException()voidtestConvertThrowsIOExceptionWhenClosingStream()
-
-
-
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.ODataExceptionjava.io.IOException
-
-