Class DefaultGenericSearchServiceTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTransactionalBaseTest
-
- de.hybris.platform.genericsearch.impl.DefaultGenericSearchServiceTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultGenericSearchServiceTest extends ServicelayerTransactionalBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultGenericSearchServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsearchGenericSearchQueryTest()voidsearchWithNullGQTest()voidsearchWithNullGSQTest()voidsetUp()voidtestGenericTypeJoin()voidtestLocalized()voidtestResettableValues()voidtestSubQuery()-
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
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
searchGenericSearchQueryTest
public void searchGenericSearchQueryTest()
-
searchWithNullGQTest
public void searchWithNullGQTest()
-
searchWithNullGSQTest
public void searchWithNullGSQTest()
-
testGenericTypeJoin
public void testGenericTypeJoin() throws java.lang.Exception- Throws:
java.lang.Exception
-
testLocalized
public void testLocalized() throws java.lang.Exception- Throws:
java.lang.Exception
-
testResettableValues
public void testResettableValues() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSubQuery
public void testSubQuery() throws java.lang.Exception- Throws:
java.lang.Exception
-
-