Class DefaultPagedFlexibleSearchServiceIntegrationTest
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.commerceservices.search.flexiblesearch.impl.DefaultPagedFlexibleSearchServiceIntegrationTest
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest
public class DefaultPagedFlexibleSearchServiceIntegrationTest
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 TypeMethodDescriptionprotected SortQueryDatacreateSortQueryData(String sortCode, String query) voidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods 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
-
DefaultPagedFlexibleSearchServiceIntegrationTest
public DefaultPagedFlexibleSearchServiceIntegrationTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
shouldSearchQueryPageable
- Throws:
ImpExException
-
shouldNotSearchQueryIfPageableIsNull
- Throws:
ImpExException
-
shouldNotSearchQueryIfCurrentPageIsNegative
- Throws:
ImpExException
-
shouldSearchWithQueryParams
- Throws:
ImpExException
-
shouldNotSearchWithQueryParamsIfQueryIsNull
- Throws:
ImpExException
-
shouldSearchWithQueryParamsIfPageableIsNull
- Throws:
ImpExException
-
shouldNotSearchWithQueryParamsIfPageableCurrentPageIsNegative
- Throws:
ImpExException
-
shouldSearchSortQueriesPageable
- Throws:
ImpExException
-
shouldNotSearchIfSortQueriesIsNull
- Throws:
ImpExException
-
shouldNotSearchSortQueriesIfSortCodeIsNull
- Throws:
ImpExException
-
shouldNotSearchIfSortQueriesIsEmpty
- Throws:
ImpExException
-
shouldNotSearchSortQueriesIfPageableIsNull
- Throws:
ImpExException
-
shouldSearchSortQueriesIfPageableCurrentPageIsNegative
- Throws:
ImpExException
-
createSortQueryData
-