Package de.hybris.platform.test
Class ProductTypeTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
-
- de.hybris.platform.test.ProductTypeTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ProductTypeTest extends HybrisJUnit4TransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ProductTypeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestCreateViaType()voidtestGetAttributeValue()there's no exception during getAttributeValuevoidtestInstance()voidtestLocTypes()voidtestSave()set some attributevalues at all like EditorChildNode needsvoidtestSave2()set values like GenericLayoutEditorChip: no exception expected.-
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, JaloItemNotFoundException- Throws:
java.lang.ExceptionJaloItemNotFoundException
-
testLocTypes
public void testLocTypes() throws java.lang.Exception- Throws:
java.lang.Exception
-
testInstance
public void testInstance() throws ConsistencyCheckException, JaloInvalidParameterException
-
testCreateViaType
public void testCreateViaType() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSave
public void testSave() throws java.lang.Exceptionset some attributevalues at all like EditorChildNode needs- Throws:
java.lang.Exception
-
testSave2
public void testSave2() throws java.lang.Exceptionset values like GenericLayoutEditorChip: no exception expected.- Throws:
java.lang.Exception
-
testGetAttributeValue
public void testGetAttributeValue() throws java.lang.Exceptionthere's no exception during getAttributeValue- Throws:
java.lang.Exception
-
-