Class PolyglotQueryCriteriaConversionTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.persistence.flexiblesearch.polyglot.PolyglotQueryCriteriaConversionTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class PolyglotQueryCriteriaConversionTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description PolyglotQueryCriteriaConversionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testPolyglotQuery()
void
testPolyglotQueryWithAndAndOrAndBracesWithOrderByDescending()
void
testPolyglotQueryWithIsNotNull()
void
testPolyglotQueryWithIsNull()
void
testPolyglotQueryWithOrderByMultipleColumns()
void
testPolyglotQueryWithOrderByMultipleColumnsWithDirections()
void
testPolyglotQueryWithOrderByWithTrailingSpace()
-
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()
-
testPolyglotQueryWithAndAndOrAndBracesWithOrderByDescending
public void testPolyglotQueryWithAndAndOrAndBracesWithOrderByDescending()
-
testPolyglotQueryWithOrderByMultipleColumns
public void testPolyglotQueryWithOrderByMultipleColumns()
-
testPolyglotQueryWithOrderByMultipleColumnsWithDirections
public void testPolyglotQueryWithOrderByMultipleColumnsWithDirections()
-
testPolyglotQueryWithOrderByWithTrailingSpace
public void testPolyglotQueryWithOrderByWithTrailingSpace()
-
testPolyglotQueryWithIsNull
public void testPolyglotQueryWithIsNull()
-
testPolyglotQueryWithIsNotNull
public void testPolyglotQueryWithIsNotNull()
-
-