Class SearchResultVariantOptionsProductPopulatorTest
- java.lang.Object
-
- de.hybris.platform.commercefacades.search.converters.populator.SearchResultVariantOptionsProductPopulatorTest
-
@UnitTest public class SearchResultVariantOptionsProductPopulatorTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringBASE_SITE_ROLL_UP_PROPERTYprotected static java.lang.StringBASE_SITE_UID
-
Constructor Summary
Constructors Constructor Description SearchResultVariantOptionsProductPopulatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestPopulateEmpty()voidtestPopulateWhenRollupPropertyIsNotSet()voidtestPopulateWhenRollupPropertyIsSet()voidtestPopulateWhenRollupPropertyIsSetWrongly()
-
-
-
Field Detail
-
BASE_SITE_UID
protected static final java.lang.String BASE_SITE_UID
- See Also:
- Constant Field Values
-
BASE_SITE_ROLL_UP_PROPERTY
protected static final java.lang.String BASE_SITE_ROLL_UP_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
setUp
public void setUp()
-
testPopulateEmpty
public void testPopulateEmpty()
-
testPopulateWhenRollupPropertyIsSet
public void testPopulateWhenRollupPropertyIsSet()
-
testPopulateWhenRollupPropertyIsNotSet
public void testPopulateWhenRollupPropertyIsNotSet()
-
testPopulateWhenRollupPropertyIsSetWrongly
public void testPopulateWhenRollupPropertyIsSetWrongly()
-
-