Class B2BUnitAddressDeletionServiceTest
- java.lang.Object
-
- com.sap.hybris.sapcustomerb2b.inbound.B2BUnitAddressDeletionServiceTest
-
@UnitTest public class B2BUnitAddressDeletionServiceTest extends java.lang.Object
Tests the deletion of an B2BUnit address in case of update or deletion of customer's partner function
-
-
Constructor Summary
Constructors Constructor Description B2BUnitAddressDeletionServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetupTests()Setup test datavoidtestChangeAndDeletionOfPartnerFunction()Tests deletion of a B2BUnit addresses in case of customer's partner function change and deletionvoidtestChangeOfPartnerFunction()Tests deletion of a B2BUnit address in case of customer's partner function changevoidtestDeletionOfPartnerFunction()Tests deletion of a B2BUnit address in case of customer's partner function deletionvoidtestDeletionOfPartnerFunctionAndChangeOfAnotherPartnerFunction()Tests deletion of a B2BUnit addresses in case of customer's partner function deletion and change
-
-
-
Method Detail
-
setupTests
public void setupTests()
Setup test data
-
testChangeAndDeletionOfPartnerFunction
public void testChangeAndDeletionOfPartnerFunction()
Tests deletion of a B2BUnit addresses in case of customer's partner function change and deletion
-
testChangeOfPartnerFunction
public void testChangeOfPartnerFunction()
Tests deletion of a B2BUnit address in case of customer's partner function change
-
testDeletionOfPartnerFunction
public void testDeletionOfPartnerFunction()
Tests deletion of a B2BUnit address in case of customer's partner function deletion
-
testDeletionOfPartnerFunctionAndChangeOfAnotherPartnerFunction
public void testDeletionOfPartnerFunctionAndChangeOfAnotherPartnerFunction()
Tests deletion of a B2BUnit addresses in case of customer's partner function deletion and change
-
-