Class DefaultDataHubExtensionUploadServiceUnitTest
- java.lang.Object
-
- com.hybris.datahub.core.services.impl.DefaultDataHubExtensionUploadServiceUnitTest
-
@UnitTest public class DefaultDataHubExtensionUploadServiceUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultDataHubExtensionUploadServiceUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestClientStateAfterPropertiesSet()voidtestClientStateBeforeUrlSet()voidtestDelegatesExtensionUploadToTheClient()voidtestPropagatesExceptionsFromTheClient()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testClientStateBeforeUrlSet
public void testClientStateBeforeUrlSet()
-
testClientStateAfterPropertiesSet
public void testClientStateAfterPropertiesSet() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDelegatesExtensionUploadToTheClient
public void testDelegatesExtensionUploadToTheClient() throws java.io.IOException- Throws:
java.io.IOException
-
testPropagatesExceptionsFromTheClient
public void testPropagatesExceptionsFromTheClient() throws java.io.IOException- Throws:
java.io.IOException
-
-