Class DefaultB2BCustomerInterceptorTest
- java.lang.Object
-
- com.sap.hybris.sapcustomerb2b.outbound.DefaultB2BCustomerInterceptorTest
-
@UnitTest public class DefaultB2BCustomerInterceptorTest extends java.lang.Object
JUnit Test for class DefaultCustomerInterceptor check if the CustomerExportService will only be called in a specific situation.
-
-
Constructor Summary
Constructors Constructor Description DefaultB2BCustomerInterceptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestB2BCustomerReplicationDisabled()voidtestCustomerIsNew()voidtestExportNameModified()voidtestUnsupportedField()voidtestValidatorIsBeingCalledFromDataHub()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testB2BCustomerReplicationDisabled
public void testB2BCustomerReplicationDisabled() throws InterceptorException- Throws:
InterceptorException
-
testCustomerIsNew
public void testCustomerIsNew() throws InterceptorException- Throws:
InterceptorException
-
testValidatorIsBeingCalledFromDataHub
public void testValidatorIsBeingCalledFromDataHub() throws InterceptorException- Throws:
InterceptorException
-
testUnsupportedField
public void testUnsupportedField() throws InterceptorException- Throws:
InterceptorException
-
testExportNameModified
public void testExportNameModified() throws InterceptorException- Throws:
InterceptorException
-
-