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 void
setUp()
void
testCreateViaType()
void
testGetAttributeValue()
there's no exception during getAttributeValuevoid
testInstance()
void
testLocTypes()
void
testSave()
set some attributevalues at all like EditorChildNode needsvoid
testSave2()
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.Exception
JaloItemNotFoundException
-
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.Exception
set some attributevalues at all like EditorChildNode needs- Throws:
java.lang.Exception
-
testSave2
public void testSave2() throws java.lang.Exception
set values like GenericLayoutEditorChip: no exception expected.- Throws:
java.lang.Exception
-
testGetAttributeValue
public void testGetAttributeValue() throws java.lang.Exception
there's no exception during getAttributeValue- Throws:
java.lang.Exception
-
-