Class JaloInitDefaultValuesModelTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTransactionalBaseTest
-
- de.hybris.platform.servicelayer.model.JaloInitDefaultValuesModelTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class JaloInitDefaultValuesModelTest extends ServicelayerTransactionalBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description JaloInitDefaultValuesModelTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initTest()
void
testJaloDefaultsExists()
This should already be tested somewhere in the jalo layer, but nevertheless we test this here againvoid
testLocalizedDefaultsWithModelServiceCreate()
void
testLocalizedDefaultsWithNew()
void
testLocalizedDefaultsWithNewAndInitDefaults()
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
initTest
public void initTest() throws ConsistencyCheckException
- Throws:
ConsistencyCheckException
-
testJaloDefaultsExists
public void testJaloDefaultsExists() throws ConsistencyCheckException, JaloInvalidParameterException, JaloSecurityException
This should already be tested somewhere in the jalo layer, but nevertheless we test this here again
-
testLocalizedDefaultsWithModelServiceCreate
public void testLocalizedDefaultsWithModelServiceCreate()
-
testLocalizedDefaultsWithNew
public void testLocalizedDefaultsWithNew()
-
testLocalizedDefaultsWithNewAndInitDefaults
public void testLocalizedDefaultsWithNewAndInitDefaults()
-
-