Class HybrisDecimalMinConstraintTest
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.HybrisDecimalMinConstraintTest
- 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 TypeMethodDescriptionvoidvoidvoidHybrisDecimalMaxConstraintTest, here it is the oppositevoidHybrisDecimalMaxConstraintTest, here it is the oppositevoidHybrisDecimalMaxConstraintTest, here it is the oppositevoidHybrisDecimalMaxConstraintTest, 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
-
HybrisDecimalMinConstraintTest
public HybrisDecimalMinConstraintTest()
-
-
Method Details
-
prepareDelta
public void prepareDelta() -
testMinConstraintGreaterExplicit
public void testMinConstraintGreaterExplicit()HybrisDecimalMaxConstraintTest, here it is the opposite -
testMinConstraintEqualExplicit
public void testMinConstraintEqualExplicit() -
testMinConstraintGreaterImplicit
public void testMinConstraintGreaterImplicit()HybrisDecimalMaxConstraintTest, here it is the opposite -
testMinConstraintLowerExplicit
public void testMinConstraintLowerExplicit()HybrisDecimalMaxConstraintTest, here it is the opposite -
testMinConstraintLowerImplicit
public void testMinConstraintLowerImplicit()HybrisDecimalMaxConstraintTest, here it is the opposite
-