Class IntegerAttributePredicateTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.common.predicate.IntegerAttributePredicateTest
-
@UnitTest public class IntegerAttributePredicateTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IntegerAttributePredicateTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidwhenTypeIsGrandIntegerShouldReturnTrue()voidwhenTypeIsNotIntegerShouldReturnFalse()voidwhenTypeIsSmallIntegerShouldReturnTrue()
-
-
-
Method Detail
-
setup
public void setup()
-
whenTypeIsNotIntegerShouldReturnFalse
public void whenTypeIsNotIntegerShouldReturnFalse()
-
whenTypeIsGrandIntegerShouldReturnTrue
public void whenTypeIsGrandIntegerShouldReturnTrue()
-
whenTypeIsSmallIntegerShouldReturnTrue
public void whenTypeIsSmallIntegerShouldReturnTrue()
-
-