Package de.hybris.platform.europe1.jalo
Class Europe1DiscountsTranslatorTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
-
- de.hybris.platform.europe1.jalo.Europe1DiscountsTranslatorTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class Europe1DiscountsTranslatorTest extends HybrisJUnit4TransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description Europe1DiscountsTranslatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testDiscountRowExport()
void
testDiscountRowImport()
void
testDiscountRowOverallImport()
void
testDiscountRowReImport()
void
testGlobalDiscountRowExport()
void
testGlobalDiscountRowImport()
void
testGlobalDiscountRowOverallImport()
void
testGlobalDiscountRowReImport()
void
testModificatedTimeByUpdatingProductDiscountRows()
void
testModificatedTimeByUpdatingUserDiscountRows()
-
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
-
testGlobalDiscountRowExport
public void testGlobalDiscountRowExport() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGlobalDiscountRowImport
public void testGlobalDiscountRowImport() throws java.text.ParseException
- Throws:
java.text.ParseException
-
testGlobalDiscountRowOverallImport
public void testGlobalDiscountRowOverallImport()
-
testGlobalDiscountRowReImport
public void testGlobalDiscountRowReImport() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testDiscountRowExport
public void testDiscountRowExport() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testDiscountRowImport
public void testDiscountRowImport() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testDiscountRowOverallImport
public void testDiscountRowOverallImport()
-
testDiscountRowReImport
public void testDiscountRowReImport() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testModificatedTimeByUpdatingProductDiscountRows
public void testModificatedTimeByUpdatingProductDiscountRows() throws ImpExException, ConsistencyCheckException, java.lang.InterruptedException
- Throws:
ImpExException
ConsistencyCheckException
java.lang.InterruptedException
-
testModificatedTimeByUpdatingUserDiscountRows
public void testModificatedTimeByUpdatingUserDiscountRows() throws ImpExException, ConsistencyCheckException, java.lang.InterruptedException
- Throws:
ImpExException
ConsistencyCheckException
java.lang.InterruptedException
-
-