Class LongAttributePredicateTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.common.predicate.LongAttributePredicateTest
-
@UnitTest public class LongAttributePredicateTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LongAttributePredicateTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidwhenTypeIsGrandLongShouldReturnTrue()voidwhenTypeIsNotIntegerShouldReturnFalse()voidwhenTypeIsSmallLongShouldReturnTrue()
-
-
-
Method Detail
-
setup
public void setup()
-
whenTypeIsNotIntegerShouldReturnFalse
public void whenTypeIsNotIntegerShouldReturnFalse()
-
whenTypeIsGrandLongShouldReturnTrue
public void whenTypeIsGrandLongShouldReturnTrue()
-
whenTypeIsSmallLongShouldReturnTrue
public void whenTypeIsSmallLongShouldReturnTrue()
-
-