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 Constructor Description PolyglotQueryFlexibleSearchTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestGenericSearchWithMultipleSelectFields()voidtestGenericSearchWithoutSelectFields()voidtestNotEquals()voidtestPolyglotQuery()voidtestPolyglotQueryForAllTitles()voidtestPolyglotQueryForAllTitlesWithOrderBy()voidtestPolyglotQueryWithAnd()voidtestPolyglotQueryWithAndAndBraces()voidtestPolyglotQueryWithAndAndOr()voidtestPolyglotQueryWithAndAndOrInBraces()voidtestPolyglotQueryWithBraces()voidtestPolyglotQueryWithEverything()voidtestPolyglotQueryWithIsNotNull()voidtestPolyglotQueryWithIsNull()voidtestPolyglotQueryWithMultipleBraces()voidtestPolyglotQueryWithOr()voidtestPolyglotQueryWithOrderBy()voidtestPolyglotQueryWithOrderByAsc()voidtestPolyglotQueryWithOrderByDesc()voidtestPolyglotQueryWithOrderByMultipleColumns()voidtestTitleConsistencyCheck()-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
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()
-
-