Class DefaultB2BCustomerServiceMockTest
- 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.DefaultB2BCustomerServiceMockTest
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class DefaultB2BCustomerServiceMockTest extends HybrisMokitoTest
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.log4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description DefaultB2BCustomerServiceMockTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestAddMember()voidtestGetB2BCustomer()voidtestRuntimeExceptionB2BCustomer()voidtestSettingAParentUnitWhenUserHasAParentUnitAssigned()voidtestSettingAParentUnitWhenUserHasNoParentUnitAssigned()
-
-
-
Method Detail
-
testGetB2BCustomer
public void testGetB2BCustomer() throws java.lang.Exception- Throws:
java.lang.Exception
-
testRuntimeExceptionB2BCustomer
public void testRuntimeExceptionB2BCustomer() throws java.lang.Exception- Throws:
java.lang.Exception
-
testAddMember
public void testAddMember()
-
testSettingAParentUnitWhenUserHasNoParentUnitAssigned
public void testSettingAParentUnitWhenUserHasNoParentUnitAssigned()
-
testSettingAParentUnitWhenUserHasAParentUnitAssigned
public void testSettingAParentUnitWhenUserHasAParentUnitAssigned()
-
-