Class TaxValueParserTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.platformbackoffice.taxdiscountvalueparser.TaxValueParserTest
- All Implemented Interfaces:
JaloSessionHolder
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
TaxValueParserTest
public TaxValueParserTest()
-
-
Method Details
-
setUp
public void setUp() -
parseValues
- Throws:
ParserException
-
parseValuesWithoutSpaces
- Throws:
ParserException
-
parseValuesWithAdditionalSpaces
- Throws:
ParserException
-
parseCurrency
- Throws:
ParserException
-
parseCurrencyWithoutAppliedValue
- Throws:
ParserException
-
shouldZeroAppliedValueWhenNotGiven
- Throws:
ParserException
-
shouldFailOnNonExistingCurrency
- Throws:
ParserException
-
shouldFailOnInvalidFormat
- Throws:
ParserException
-
shouldFailOnInvalidNumberFormat
- Throws:
ParserException
-