Class IntegrationODataRequestUnitTest
- java.lang.Object
-
- de.hybris.platform.odata2webservices.odata.IntegrationODataRequestUnitTest
-
@UnitTest public class IntegrationODataRequestUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IntegrationODataRequestUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestBufferedBodyReadBodyMultipleTimes()voidtestBufferedBodyWhenClosingStreamThrowsException()voidtestBufferedBodyWhenReadingStreamThrowsException()
-
-
-
Method Detail
-
testBufferedBodyReadBodyMultipleTimes
public void testBufferedBodyReadBodyMultipleTimes() throws java.io.IOException- Throws:
java.io.IOException
-
testBufferedBodyWhenReadingStreamThrowsException
public void testBufferedBodyWhenReadingStreamThrowsException() throws java.io.IOException- Throws:
java.io.IOException
-
testBufferedBodyWhenClosingStreamThrowsException
public void testBufferedBodyWhenClosingStreamThrowsException() throws java.io.IOException- Throws:
java.io.IOException
-
-