Class ProductExpressUpdateElementPredicateTest
- java.lang.Object
-
- de.hybris.platform.ycommercewebservices.queues.util.ProductExpressUpdateElementPredicateTest
-
@UnitTest public class ProductExpressUpdateElementPredicateTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProductExpressUpdateElementPredicateTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestApplyForDifferentCatalog()voidtestApplyForDifferentCatalogVersion()voidtestApplyForDifferentProductCode()voidtestApplyForEqualElements()voidtestApplyForIdenticalElements()voidtestApplyWithNull()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testApplyWithNull
public void testApplyWithNull()
-
testApplyForIdenticalElements
public void testApplyForIdenticalElements()
-
testApplyForEqualElements
public void testApplyForEqualElements()
-
testApplyForDifferentProductCode
public void testApplyForDifferentProductCode()
-
testApplyForDifferentCatalog
public void testApplyForDifferentCatalog()
-
testApplyForDifferentCatalogVersion
public void testApplyForDifferentCatalogVersion()
-
-