Package de.hybris.platform.test
Class UnitTypeTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
-
- de.hybris.platform.test.UnitTypeTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class UnitTypeTest extends HybrisJUnit4TransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description UnitTypeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testCreateException()
Create via type and give a string instead of an double for 'conversation'void
testCreateViaType()
void
testInstance()
-
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
-
testInstance
public void testInstance() throws ConsistencyCheckException, JaloInvalidParameterException
-
testCreateViaType
public void testCreateViaType() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testCreateException
public void testCreateException()
Create via type and give a string instead of an double for 'conversation'
-
-