Class TaxDiscountValueRendererTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.platformbackoffice.labelproviders.TaxDiscountValueRendererTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class TaxDiscountValueRendererTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description TaxDiscountValueRendererTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidabsoluteTaxShouldNotShowAppliedValue()voidabsoluteTaxShouldNotShowAppliedValue2()voidabsoluteTaxShouldRespectLanguageDigits()voidbefore()voidinvalidCurrencyShouldFallbackToDefault()voidrelativeTaxShouldShowAppliedValueWith2Digits()voidtargetPriceDiscountShouldShowAppliedValue()-
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
-
before
public void before()
-
absoluteTaxShouldRespectLanguageDigits
public void absoluteTaxShouldRespectLanguageDigits()
-
absoluteTaxShouldNotShowAppliedValue
public void absoluteTaxShouldNotShowAppliedValue()
-
targetPriceDiscountShouldShowAppliedValue
public void targetPriceDiscountShouldShowAppliedValue()
-
absoluteTaxShouldNotShowAppliedValue2
public void absoluteTaxShouldNotShowAppliedValue2()
-
invalidCurrencyShouldFallbackToDefault
public void invalidCurrencyShouldFallbackToDefault()
-
relativeTaxShouldShowAppliedValueWith2Digits
public void relativeTaxShouldShowAppliedValueWith2Digits()
-
-