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 Constructor Description C2LDataCreatorIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
shouldCreateActiveCountryIfDoesNotExist()
void
shouldCreateActiveLanguageIfDoesNotExist()
void
shouldCreateActiveNotBaseCurrencyIfDoesNotExist()
void
shouldCreateInActiveCountryIfDoesNotExist()
void
shouldCreateInActiveLanguageIfDoesNotExist()
void
shouldPopulateDatabaseWithDefaultLanguageCurrencyCountryCleanupArtificialItemsAndLocalizeOrderStatus()
void
shouldThrowIllegalArgumentExceptionWhenCountryIsoCodeIsNull()
void
shouldThrowIllegalArgumentExceptionWhenLangIsoCodeIsNull()
-
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
-
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()
-
-