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 void
testGenericSearchWithMultipleSelectFields()
void
testGenericSearchWithoutSelectFields()
void
testNotEquals()
void
testPolyglotQuery()
void
testPolyglotQueryForAllTitles()
void
testPolyglotQueryForAllTitlesWithOrderBy()
void
testPolyglotQueryWithAnd()
void
testPolyglotQueryWithAndAndBraces()
void
testPolyglotQueryWithAndAndOr()
void
testPolyglotQueryWithAndAndOrInBraces()
void
testPolyglotQueryWithBraces()
void
testPolyglotQueryWithEverything()
void
testPolyglotQueryWithIsNotNull()
void
testPolyglotQueryWithIsNull()
void
testPolyglotQueryWithMultipleBraces()
void
testPolyglotQueryWithOr()
void
testPolyglotQueryWithOrderBy()
void
testPolyglotQueryWithOrderByAsc()
void
testPolyglotQueryWithOrderByDesc()
void
testPolyglotQueryWithOrderByMultipleColumns()
void
testTitleConsistencyCheck()
-
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()
-
-