Class IntegrationODataResponseUnitTest
- java.lang.Object
-
- de.hybris.platform.odata2webservices.odata.IntegrationODataResponseUnitTest
-
@UnitTest public class IntegrationODataResponseUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IntegrationODataResponseUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestBufferedEntityReadBodyExceptionThrown()voidtestBufferedEntityReadBodyMultipleTimes()voidtestBufferedEntityWhenClosingStreamThrowsException()voidtestBufferedEntityWhenReadingStreamThrowsException()
-
-
-
Method Detail
-
testBufferedEntityReadBodyMultipleTimes
public void testBufferedEntityReadBodyMultipleTimes() throws java.io.IOException, org.apache.olingo.odata2.api.exception.ODataException- Throws:
java.io.IOExceptionorg.apache.olingo.odata2.api.exception.ODataException
-
testBufferedEntityReadBodyExceptionThrown
public void testBufferedEntityReadBodyExceptionThrown() throws org.apache.olingo.odata2.api.exception.ODataException- Throws:
org.apache.olingo.odata2.api.exception.ODataException
-
testBufferedEntityWhenReadingStreamThrowsException
public void testBufferedEntityWhenReadingStreamThrowsException() throws java.io.IOException- Throws:
java.io.IOException
-
testBufferedEntityWhenClosingStreamThrowsException
public void testBufferedEntityWhenClosingStreamThrowsException() throws java.io.IOException- Throws:
java.io.IOException
-
-