Package de.hybris.platform.test
Class C2LManagerTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
-
- de.hybris.platform.test.C2LManagerTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class C2LManagerTest extends HybrisJUnit4TransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description C2LManagerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetActiveCountries()voidgetActiveCurrencies()voidgetActiveLanguages()voidgetActiveRegions()voidgetAllCountries()voidgetAllCurrencies()voidgetAllLanguages()voidgetAllRegions()voidgetBaseCurrency()voidgetCountryByIsoCode()voidgetCurrencyByIsoCode()voidgetRegionByCode()voidgetRegions()voidsetUp()voidtearDown()voidtestGetLanguageByIsoCode()-
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- Throws:
java.lang.Exception
-
testGetLanguageByIsoCode
public void testGetLanguageByIsoCode() throws java.lang.Exception- Throws:
java.lang.Exception
-
getAllLanguages
public void getAllLanguages() throws java.lang.Exception- Throws:
java.lang.Exception
-
getActiveLanguages
public void getActiveLanguages() throws java.lang.Exception- Throws:
java.lang.Exception
-
getCurrencyByIsoCode
public void getCurrencyByIsoCode() throws java.lang.Exception- Throws:
java.lang.Exception
-
getAllCurrencies
public void getAllCurrencies() throws java.lang.Exception- Throws:
java.lang.Exception
-
getActiveCurrencies
public void getActiveCurrencies() throws java.lang.Exception- Throws:
java.lang.Exception
-
getBaseCurrency
public void getBaseCurrency() throws java.lang.Exception- Throws:
java.lang.Exception
-
getCountryByIsoCode
public void getCountryByIsoCode() throws java.lang.Exception- Throws:
java.lang.Exception
-
getAllCountries
public void getAllCountries() throws java.lang.Exception- Throws:
java.lang.Exception
-
getActiveCountries
public void getActiveCountries() throws java.lang.Exception- Throws:
java.lang.Exception
-
getRegionByCode
public void getRegionByCode() throws java.lang.Exception- Throws:
java.lang.Exception
-
getRegions
public void getRegions() throws java.lang.Exception- Throws:
java.lang.Exception
-
getAllRegions
public void getAllRegions() throws java.lang.Exception- Throws:
java.lang.Exception
-
getActiveRegions
public void getActiveRegions() throws java.lang.Exception- Throws:
java.lang.Exception
-
tearDown
public void tearDown() throws java.lang.Exception- Throws:
java.lang.Exception
-
-