Package de.hybris.platform.voucher.jalo
Class VoucherTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
-
- de.hybris.platform.voucher.jalo.VoucherTest
-
- All Implemented Interfaces:
JaloSessionHolder
public class VoucherTest extends HybrisJUnit4TransactionalTest
Test for extension Voucher
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description VoucherTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidreplacePriceFactory()protected voidrestorePriceFactory()voidsetUp()voidtearDown()voidtestVoucherTransfer()-
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
-
replacePriceFactory
protected void replacePriceFactory()
-
tearDown
public void tearDown()
-
restorePriceFactory
protected void restorePriceFactory()
-
testVoucherTransfer
public void testVoucherTransfer() throws java.security.NoSuchAlgorithmException, JaloInvalidParameterException, ConsistencyCheckException, JaloPriceFactoryException- Throws:
java.security.NoSuchAlgorithmExceptionJaloInvalidParameterExceptionConsistencyCheckExceptionJaloPriceFactoryException
-
-