Package de.hybris.platform.test
Class LinkTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
-
- de.hybris.platform.test.LinkTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class LinkTest extends HybrisJUnit4TransactionalTest
tests behaviour of links
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description LinkTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testConnection()
void
testFinder()
void
testItemLinks()
void
testLanguage()
void
testLocalizedLinks()
void
testOracleLimitWhileLinking()
void
testOrderings()
void
testSetAllLinkedItems()
void
testSkipQueryExistingLinks()
-
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
-
testConnection
public void testConnection()
-
testItemLinks
public void testItemLinks()
-
testOrderings
public void testOrderings() throws ConsistencyCheckException
- Throws:
ConsistencyCheckException
-
testLanguage
public void testLanguage() throws ConsistencyCheckException
- Throws:
ConsistencyCheckException
-
testSetAllLinkedItems
public void testSetAllLinkedItems() throws ConsistencyCheckException
- Throws:
ConsistencyCheckException
-
testFinder
public void testFinder()
-
testLocalizedLinks
public void testLocalizedLinks() throws ConsistencyCheckException
- Throws:
ConsistencyCheckException
-
testOracleLimitWhileLinking
public void testOracleLimitWhileLinking() throws ConsistencyCheckException
- Throws:
ConsistencyCheckException
-
testSkipQueryExistingLinks
public void testSkipQueryExistingLinks() throws ConsistencyCheckException
- Throws:
ConsistencyCheckException
-
-