Class PolyglotQueryFlexibleSearchTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.servicelayer.ServicelayerTransactionalBaseTest
de.hybris.platform.persistence.flexiblesearch.polyglot.PolyglotQueryFlexibleSearchTest
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest
public class PolyglotQueryFlexibleSearchTest
extends ServicelayerTransactionalBaseTest
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
PolyglotQueryFlexibleSearchTest
public PolyglotQueryFlexibleSearchTest()
-
-
Method Details
-
testPolyglotQuery
public void testPolyglotQuery() -
testPolyglotQueryWithBraces
public void testPolyglotQueryWithBraces() -
testPolyglotQueryForAllTitles
public void testPolyglotQueryForAllTitles() -
testPolyglotQueryForAllTitlesWithOrderBy
public void testPolyglotQueryForAllTitlesWithOrderBy() -
testPolyglotQueryWithMultipleBraces
public void testPolyglotQueryWithMultipleBraces() -
testPolyglotQueryWithAnd
public void testPolyglotQueryWithAnd() -
testPolyglotQueryWithAndAndBraces
public void testPolyglotQueryWithAndAndBraces() -
testPolyglotQueryWithOr
public void testPolyglotQueryWithOr() -
testPolyglotQueryWithAndAndOr
public void testPolyglotQueryWithAndAndOr() -
testPolyglotQueryWithAndAndOrInBraces
public void testPolyglotQueryWithAndAndOrInBraces() -
testPolyglotQueryWithOrderBy
public void testPolyglotQueryWithOrderBy() -
testPolyglotQueryWithOrderByAsc
public void testPolyglotQueryWithOrderByAsc() -
testPolyglotQueryWithOrderByDesc
public void testPolyglotQueryWithOrderByDesc() -
testPolyglotQueryWithOrderByMultipleColumns
public void testPolyglotQueryWithOrderByMultipleColumns() -
testTitleConsistencyCheck
public void testTitleConsistencyCheck() -
testPolyglotQueryWithEverything
public void testPolyglotQueryWithEverything() -
testNotEquals
public void testNotEquals() -
testPolyglotQueryWithIsNull
public void testPolyglotQueryWithIsNull() -
testPolyglotQueryWithIsNotNull
public void testPolyglotQueryWithIsNotNull() -
testGenericSearchWithMultipleSelectFields
public void testGenericSearchWithMultipleSelectFields() -
testGenericSearchWithoutSelectFields
public void testGenericSearchWithoutSelectFields()
-