Class RuntimeTypeServicelayerTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTransactionalBaseTest
-
- de.hybris.platform.servicelayer.type.RuntimeTypeServicelayerTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class RuntimeTypeServicelayerTest extends ServicelayerTransactionalBaseTest
test for purpose of HOR-176
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description RuntimeTypeServicelayerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
tearDown()
void
testChangeComposTypeAtRuntime()
void
testChangeComposWithPropsTypeAtRuntime()
-
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
-
tearDown
public void tearDown() throws ConsistencyCheckException
- Throws:
ConsistencyCheckException
-
testChangeComposTypeAtRuntime
public void testChangeComposTypeAtRuntime() throws JaloInvalidParameterException, JaloDuplicateCodeException, ConsistencyCheckException, JaloDuplicateQualifierException, JaloSecurityException
-
testChangeComposWithPropsTypeAtRuntime
public void testChangeComposWithPropsTypeAtRuntime() throws JaloInvalidParameterException, JaloDuplicateCodeException, ConsistencyCheckException, JaloDuplicateQualifierException, JaloSecurityException
-
-