Package de.hybris.platform.test
Class CoreAlgorithmsTestIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.test.CoreAlgorithmsTestIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class CoreAlgorithmsTestIntegrationTest extends HybrisJUnit4Test
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description CoreAlgorithmsTestIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected double
oldRound(double value, int digits)
protected double
round(double value, int digits, boolean legacyAPI)
void
testLegacyRoundingMode()
protected void
testRoundWithDouble4LegacyTesting(boolean legacyMode, boolean legacyAPI)
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
testLegacyRoundingMode
public void testLegacyRoundingMode()
-
testRoundWithDouble4LegacyTesting
protected void testRoundWithDouble4LegacyTesting(boolean legacyMode, boolean legacyAPI)
-
round
protected double round(double value, int digits, boolean legacyAPI)
-
oldRound
protected double oldRound(double value, int digits)
-
-