Class DefaultGenericDaoIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.internal.dao.DefaultGenericDaoIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultGenericDaoIntegrationTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultGenericDaoIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
shouldUsePolyglotDialectOnFind()
void
shouldUsePolyglotDialectOnFindWithFilterAndSortParameters()
void
shouldUsePolyglotDialectOnFindWithFilterAndSortParametersAndCount()
void
shouldUsePolyglotDialectOnFindWithFilterParameters()
void
shouldUsePolyglotDialectOnFindWithSortParameters()
-
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
-
shouldUsePolyglotDialectOnFind
public void shouldUsePolyglotDialectOnFind()
-
shouldUsePolyglotDialectOnFindWithFilterParameters
public void shouldUsePolyglotDialectOnFindWithFilterParameters()
-
shouldUsePolyglotDialectOnFindWithSortParameters
public void shouldUsePolyglotDialectOnFindWithSortParameters()
-
shouldUsePolyglotDialectOnFindWithFilterAndSortParameters
public void shouldUsePolyglotDialectOnFindWithFilterAndSortParameters()
-
shouldUsePolyglotDialectOnFindWithFilterAndSortParametersAndCount
public void shouldUsePolyglotDialectOnFindWithFilterAndSortParametersAndCount()
-
-