Class DecimalMinConstraintTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.servicelayer.ServicelayerTest
de.hybris.platform.servicelayer.ServicelayerTransactionalTest
de.hybris.platform.validation.model.constraints.jsr303.AbstractConstraintTest
de.hybris.platform.validation.model.constraints.jsr303.DecimalMinConstraintTest
- All Implemented Interfaces:
JaloSessionHolder
Testing the DecimalMin Constraint.
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.validation.model.constraints.jsr303.AbstractConstraintTest
AbstractConstraintTest.Constraint -
Field Summary
Fields inherited from class de.hybris.platform.validation.model.constraints.jsr303.AbstractConstraintTest
constraintDao, flexibleSearchService, i18nService, modelService, typeService, validationServiceFields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importServiceFields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsee DecimalMaxConstraintTest, here it is the oppositevoidsee DecimalMaxConstraintTest, here it is the oppositevoidsee DecimalMaxConstraintTest, here it is the oppositevoidsee DecimalMaxConstraintTest, here it is the oppositeMethods inherited from class de.hybris.platform.validation.model.constraints.jsr303.AbstractConstraintTest
assertModelSavingExceptionWithEvaluatedMessage, assertModelSavingExceptionWithEvaluatedMessage, assertModelSavingExceptionWithMessageKey, assertModelSavingExceptionWithMessageKey, assertTrimmedException, calculateFractionPrecision, checkException, checkException, checkException, getDefaultMessage, resetConstraints, unloadEngineMethods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNoneMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
DecimalMinConstraintTest
public DecimalMinConstraintTest()
-
-
Method Details
-
testMinConstraintOk1
public void testMinConstraintOk1()see DecimalMaxConstraintTest, here it is the opposite -
testMinConstraintEqual
public void testMinConstraintEqual() -
testMinConstraintOk2
public void testMinConstraintOk2()see DecimalMaxConstraintTest, here it is the opposite -
testMinConstraintFails1
public void testMinConstraintFails1()see DecimalMaxConstraintTest, here it is the opposite -
testMinConstraintFails2
public void testMinConstraintFails2()see DecimalMaxConstraintTest, here it is the opposite
-