Class MarketplaceCategoryTranslatorTest
- java.lang.Object
-
- de.hybris.platform.marketplaceservices.dataimport.batch.translator.MarketplaceCategoryTranslatorTest
-
@UnitTest public class MarketplaceCategoryTranslatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MarketplaceCategoryTranslatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestNoCategory()voidtestNoVendor()voidtestVendorCategoryAllMatch()voidtestVendorCategoryIsNull()voidtestVendorCategoryNoMatch()voidtestVendorCategoryParentMatch()voidtestVendorCategoryPartialMatch()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testNoCategory
public void testNoCategory()
-
testNoVendor
public void testNoVendor()
-
testVendorCategoryIsNull
public void testVendorCategoryIsNull()
-
testVendorCategoryNoMatch
public void testVendorCategoryNoMatch()
-
testVendorCategoryPartialMatch
public void testVendorCategoryPartialMatch()
-
testVendorCategoryAllMatch
public void testVendorCategoryAllMatch()
-
testVendorCategoryParentMatch
public void testVendorCategoryParentMatch()
-
-