Class DefaultB2BCommerceUnitFacadeIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.basecommerce.util.BaseCommerceBaseTest
-
- de.hybris.platform.b2bcommercefacades.testframework.AbstractCommerceOrgIntegrationTest
-
- de.hybris.platform.b2bacceleratorfacades.company.impl.DefaultB2BCommerceUnitFacadeIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest @ContextConfiguration(locations="classpath:b2bacceleratorfacades/test/b2bacceleratorfacades-test-spring.xml") public class DefaultB2BCommerceUnitFacadeIntegrationTest extends AbstractCommerceOrgIntegrationTest
Integration tests forDefaultB2BCommerceUnitFacade
.
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.basecommerce.util.BaseCommerceBaseTest
flexibleSearchService
-
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importService
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultB2BCommerceUnitFacadeIntegrationTest()
-
Method Summary
-
Methods inherited from class de.hybris.platform.b2bcommercefacades.testframework.AbstractCommerceOrgIntegrationTest
assertSearchPageData, getUserService, setCurrentUser, setUp
-
Methods inherited from class de.hybris.platform.basecommerce.util.BaseCommerceBaseTest
getFlexibleSearchService, getOrderForCode, getProcesses, initMocks, setFlexibleSearchService, waitForProcessToEnd
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNone
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
testGetPagedApproversForUnit
public void testGetPagedApproversForUnit()
-
testGetPagedApproversForUnitNullUid
public void testGetPagedApproversForUnitNullUid()
-
testGetPagedCustomersForUnit
public void testGetPagedCustomersForUnit()
-
testGetPagedCustomersForUnitNullUid
public void testGetPagedCustomersForUnitNullUid()
-
testGetPagedAdministratorsForUnit
public void testGetPagedAdministratorsForUnit()
-
testGetPagedAdministratorsForUnitNullUid
public void testGetPagedAdministratorsForUnitNullUid()
-
testGetPagedManagersForUnit
public void testGetPagedManagersForUnit()
-
testGetPagedManagersForUnitNullUid
public void testGetPagedManagersForUnitNullUid()
-
testDisableAndEnableUnit
public void testDisableAndEnableUnit()
-
testDisableUnitNullUid
public void testDisableUnitNullUid()
-
testEnableUnitNullUid
public void testEnableUnitNullUid()
-
testGetAllowedParentUnits
public void testGetAllowedParentUnits()
-
testAddApproverToUnit
public void testAddApproverToUnit()
-
testAddApproverToUnitNullUnitUid
public void testAddApproverToUnitNullUnitUid()
-
testAddApproverToUnitNullApproverUid
public void testAddApproverToUnitNullApproverUid()
-
testRemoveApproverFromUnit
public void testRemoveApproverFromUnit()
-
testRemoveApproverFromUnitNullUnitUid
public void testRemoveApproverFromUnitNullUnitUid()
-
testRemoveApproverFromUnitNullApproverUid
public void testRemoveApproverFromUnitNullApproverUid()
-
testGetAllActiveUnitsOfOrganization
public void testGetAllActiveUnitsOfOrganization()
-
testGetPagedUserDataForUnit
public void testGetPagedUserDataForUnit()
-
testAddAddressToUnit
public void testAddAddressToUnit()
-
testRemoveAddressFromUnit
public void testRemoveAddressFromUnit()
-
testRemoveAddressFromUnitNullUnitUid
public void testRemoveAddressFromUnitNullUnitUid()
-
testRemoveAddressFromUnitNullAddressId
public void testRemoveAddressFromUnitNullAddressId()
-
testEditAddressOfUnit
public void testEditAddressOfUnit()
-
testEditAddressOfUnitNullAddress
public void testEditAddressOfUnitNullAddress()
-
testEditAddressOfUnitNullUnitUid
public void testEditAddressOfUnitNullUnitUid()
-
testUpdateOrCreateBusinessUnit
public void testUpdateOrCreateBusinessUnit()
-
getTestDataPath
protected java.lang.String getTestDataPath()
- Specified by:
getTestDataPath
in classAbstractCommerceOrgIntegrationTest
-
-