Package de.hybris.platform.catalog.jalo
Class ProductReferenceTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
-
- de.hybris.platform.catalog.jalo.ProductReferenceTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ProductReferenceTest extends HybrisJUnit4TransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ProductReferenceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ProductcreateProduct(java.lang.String id, java.lang.String name, java.lang.String desc)voidsetUp()voidtestProductReferences()-
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
-
testProductReferences
public void testProductReferences() throws java.lang.Exception- Throws:
java.lang.Exception
-
createProduct
protected Product createProduct(java.lang.String id, java.lang.String name, java.lang.String desc) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-