Package de.hybris.platform.b2b.dao.impl
Class DefaultPagedB2BCustomerDaoIntegrationTest
- 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.b2b.dao.impl.DefaultPagedB2BCustomerDaoIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest @ContextConfiguration(locations="classpath:b2bcommerce/test/b2bcommerce-test-spring.xml") public class DefaultPagedB2BCustomerDaoIntegrationTest extends BaseCommerceBaseTest
-
-
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 DefaultPagedB2BCustomerDaoIntegrationTest()
-
Method Summary
-
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
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testFindPagedCustomersExisting
public void testFindPagedCustomersExisting()
-
testFindPagedCustomersIsOrderedByName
public void testFindPagedCustomersIsOrderedByName()
-
testFindPagedCustomersInexistent
public void testFindPagedCustomersInexistent()
-
testFindPagedCustomersByGroupMembership
public void testFindPagedCustomersByGroupMembership()
-
testfindPagedCustomersBySearchTermAndGroupMembershipWithNameMatch
public void testfindPagedCustomersBySearchTermAndGroupMembershipWithNameMatch()
-
testfindPagedCustomersBySearchTermAndGroupMembershipWithNameMatchCaseInsensitive
public void testfindPagedCustomersBySearchTermAndGroupMembershipWithNameMatchCaseInsensitive()
-
testfindPagedCustomersBySearchTermAndGroupMembershipWithUnitNameMatch
public void testfindPagedCustomersBySearchTermAndGroupMembershipWithUnitNameMatch()
-
testFindPagedApproversForUnitByGroupMembership
public void testFindPagedApproversForUnitByGroupMembership()
-
testFindPagedCustomersForUnitByGroupMembership
public void testFindPagedCustomersForUnitByGroupMembership()
-
testFindPagedCustomersForUnit
public void testFindPagedCustomersForUnit()
-
testFindPagination
public void testFindPagination()
-
testFindPagedCustomersByGroupMembershipPagination
public void testFindPagedCustomersByGroupMembershipPagination()
-
testFindPagedApproversForUnitByGroupMembershipPagination
public void testFindPagedApproversForUnitByGroupMembershipPagination()
-
testFindPagedCustomersForUnitByGroupMembershipPagination
public void testFindPagedCustomersForUnitByGroupMembershipPagination()
-
testFindPagedCustomersForUnitPagination
public void testFindPagedCustomersForUnitPagination()
-
-