Package de.hybris.platform.test
Class GenericSearchTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
-
- de.hybris.platform.test.GenericSearchTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class GenericSearchTest extends HybrisJUnit4TransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description GenericSearchTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testGenericConditions()
void
testGenericTypeJoin()
void
testLocalized()
void
testNullValues()
void
testResettableValues()
void
testSubQuery()
-
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
-
testGenericConditions
public void testGenericConditions() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGenericTypeJoin
public void testGenericTypeJoin() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testNullValues
public void testNullValues() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSubQuery
public void testSubQuery() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testResettableValues
public void testResettableValues() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testLocalized
public void testLocalized() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-