Class DefaultB2BUnitServiceMockTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- de.hybris.platform.servicelayer.MockTest
-
- de.hybris.platform.b2b.mock.HybrisMokitoTest
-
- de.hybris.platform.b2b.services.impl.DefaultB2BUnitServiceMockTest
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class DefaultB2BUnitServiceMockTest extends HybrisMokitoTest
-
-
Constructor Summary
Constructors Constructor Description DefaultB2BUnitServiceMockTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestAddMember()voidtestGetAllParents()voidtestGetBranch()voidtestGetParent()voidtestGetParentByUnit()voidtestGetRootUnit()voidtestGetUnitForUid()voidtestSetCurrentUnit()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testGetBranch
public void testGetBranch()
-
testSetCurrentUnit
public void testSetCurrentUnit()
-
testGetParent
public void testGetParent()
-
testGetParentByUnit
public void testGetParentByUnit()
-
testGetRootUnit
public void testGetRootUnit()
-
testGetAllParents
public void testGetAllParents()
-
testGetUnitForUid
public void testGetUnitForUid()
-
testAddMember
public void testAddMember()
-
-