Class C2LDataCreatorIntegrationTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.servicelayer.ServicelayerTransactionalBaseTest
de.hybris.platform.core.systemsetup.datacreator.impl.C2LDataCreatorIntegrationTest
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest
public class C2LDataCreatorIntegrationTest
extends ServicelayerTransactionalBaseTest
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidshouldPopulateDatabaseWithDefaultLanguageCurrencyCountryCleanupArtificialItemsAndLocalizeOrderStatus()voidvoidMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
C2LDataCreatorIntegrationTest
public C2LDataCreatorIntegrationTest()
-
-
Method Details
-
shouldPopulateDatabaseWithDefaultLanguageCurrencyCountryCleanupArtificialItemsAndLocalizeOrderStatus
public void shouldPopulateDatabaseWithDefaultLanguageCurrencyCountryCleanupArtificialItemsAndLocalizeOrderStatus() -
shouldThrowIllegalArgumentExceptionWhenLangIsoCodeIsNull
public void shouldThrowIllegalArgumentExceptionWhenLangIsoCodeIsNull() -
shouldCreateActiveLanguageIfDoesNotExist
public void shouldCreateActiveLanguageIfDoesNotExist() -
shouldCreateInActiveLanguageIfDoesNotExist
public void shouldCreateInActiveLanguageIfDoesNotExist() -
shouldThrowIllegalArgumentExceptionWhenCountryIsoCodeIsNull
public void shouldThrowIllegalArgumentExceptionWhenCountryIsoCodeIsNull() -
shouldCreateActiveCountryIfDoesNotExist
public void shouldCreateActiveCountryIfDoesNotExist() -
shouldCreateInActiveCountryIfDoesNotExist
public void shouldCreateInActiveCountryIfDoesNotExist() -
shouldCreateActiveNotBaseCurrencyIfDoesNotExist
public void shouldCreateActiveNotBaseCurrencyIfDoesNotExist()
-