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
flexibleSearchServiceFields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importServiceFields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class de.hybris.platform.basecommerce.util.BaseCommerceBaseTest
getFlexibleSearchService, getOrderForCode, getProcesses, setFlexibleSearchService, waitForProcessToEndMethods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNoneMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
DefaultPagedB2BCustomerDaoIntegrationTest
public DefaultPagedB2BCustomerDaoIntegrationTest()
-
-
Method Details
-
setUp
- Throws:
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()
-