Class DefaultAddressInterceptorTest
- java.lang.Object
-
- com.sap.hybris.sapcustomerb2c.outbound.DefaultAddressInterceptorTest
-
@UnitTest public class DefaultAddressInterceptorTest extends java.lang.Object
JUnit Test for class defaultAddressInterceptor check if the CustomerExportService will only be called in a specific situation.
-
-
Constructor Summary
Constructors Constructor Description DefaultAddressInterceptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestAddressOwnerNotCustomerModel()voidtestCustomerReplicationDisabled()voidtestExportBaseStoreUid()voidtestExportSessionLanguage()voidtestNotShipmentAddress()voidtestSapContactIDNull()voidtestSuccessfulReplication()voidtestUnsupportedFieldModified()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSuccessfulReplication
public void testSuccessfulReplication() throws InterceptorException- Throws:
InterceptorException
-
testCustomerReplicationDisabled
public void testCustomerReplicationDisabled() throws InterceptorException- Throws:
InterceptorException
-
testAddressOwnerNotCustomerModel
public void testAddressOwnerNotCustomerModel() throws InterceptorException- Throws:
InterceptorException
-
testSapContactIDNull
public void testSapContactIDNull() throws InterceptorException- Throws:
InterceptorException
-
testUnsupportedFieldModified
public void testUnsupportedFieldModified() throws InterceptorException- Throws:
InterceptorException
-
testExportSessionLanguage
public void testExportSessionLanguage() throws InterceptorException- Throws:
InterceptorException
-
testExportBaseStoreUid
public void testExportBaseStoreUid() throws InterceptorException- Throws:
InterceptorException
-
testNotShipmentAddress
public void testNotShipmentAddress() throws InterceptorException- Throws:
InterceptorException
-
-