Package de.hybris.platform.test
Class OptionalAttributeTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
-
- de.hybris.platform.test.OptionalAttributeTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class OptionalAttributeTest extends HybrisJUnit4TransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description OptionalAttributeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testSaveWithAllValues()
Try to create a unit with providing all attributes.void
testSaveWithEmptyValues()
Try to create a unit without providing any attributes: at the moment the exception is not usable.-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
testSaveWithEmptyValues
public void testSaveWithEmptyValues() throws java.lang.Exception
Try to create a unit without providing any attributes: at the moment the exception is not usable.- Throws:
java.lang.Exception
-
testSaveWithAllValues
public void testSaveWithAllValues() throws java.lang.Exception
Try to create a unit with providing all attributes.- Throws:
java.lang.Exception
-
-