Package de.hybris.platform.test
Class ProductManagerTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
-
- de.hybris.platform.test.ProductManagerTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ProductManagerTest extends HybrisJUnit4TransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ProductManagerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestFindByCode()voidtestGetAllProducts()voidtestGetAllProductsChangedAfter()voidtestGetQuantityOfProducts()-
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
-
testFindByCode
public void testFindByCode()
-
testGetAllProducts
public void testGetAllProducts() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetQuantityOfProducts
public void testGetQuantityOfProducts() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetAllProductsChangedAfter
public void testGetAllProductsChangedAfter() throws java.lang.Exception- Throws:
java.lang.Exception
-
-