Class ConfigurationOverviewValuePopulatorTest
java.lang.Object
de.hybris.platform.sap.productconfig.facades.populator.ConfigurationOverviewValuePopulatorTest
Unit test for
ConfigurationOverviewValuePopulator-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Field Details
-
mockConfigPricing
-
mockValuePrice
-
mockValueFormatTranslator
-
mockUiTypeFinder
-
classUnderTest
-
source
-
target
-
price
-
obsoletePrice
-
cstic
-
options
-
DISCOUNT_TEXT
- See Also:
-
DISCOUNT_TEXT_ENCODED
- See Also:
-
END_DATE_TEXT
- See Also:
-
PROMO_TEXT
- See Also:
-
END_DATE
-
CSTIC_NAME
- See Also:
-
CSTIC_LAN_DEPENDENT_NAME
- See Also:
-
VALUE_NAME
- See Also:
-
VALUE_LAN_DEPENDENT_NAME
- See Also:
-
HYBRIS_CSTIC_LAN_DEPENDENT_NAME
- See Also:
-
HYBRIS_VALUE_LAN_DEPENDENT_NAME
- See Also:
-
PRICE
- See Also:
-
OBSOLETE_PRICE
- See Also:
-
productConfigMessageBuilder
-
-
Constructor Details
-
ConfigurationOverviewValuePopulatorTest
public ConfigurationOverviewValuePopulatorTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
testLangDependentNameNotNullAndNameNull
public void testLangDependentNameNotNullAndNameNull() -
testLangDependentNameNullAndNameNull
public void testLangDependentNameNullAndNameNull() -
testLangDependentNameNullAndNameNotNull
public void testLangDependentNameNullAndNameNotNull() -
testLangDependentNameNotNullAndNameNotNull
public void testLangDependentNameNotNullAndNameNotNull() -
testValueName
public void testValueName() -
testCsticName
public void testCsticName() -
testNoConfigPrice
public void testNoConfigPrice() -
testProductConfigMessages
public void testProductConfigMessages() -
testProductConfigMessagesNoPrice
public void testProductConfigMessagesNoPrice() -
testValuePrice
public void testValuePrice() -
testValuePriceNoPrice
public void testValuePriceNoPrice() -
testValuePriceDescription
public void testValuePriceDescription() -
testObsoletePrice
public void testObsoletePrice() -
testObsoletePriceDescription
public void testObsoletePriceDescription() -
testGetCsticPriceDescription
public void testGetCsticPriceDescription() -
testGetCsticPriceDescriptionZeroPrice
public void testGetCsticPriceDescriptionZeroPrice() -
testGetCsticPriceDescriptionNullValue
public void testGetCsticPriceDescriptionNullValue() -
testGetCsticPriceDescriptionNoPriceValue
public void testGetCsticPriceDescriptionNoPriceValue() -
testHybrisNames
public void testHybrisNames() -
testProcessMessageWithoutDate
public void testProcessMessageWithoutDate() -
testProcessMessage
- Throws:
Exception
-
testProcessMessages
public void testProcessMessages() -
testProcessMessagesNullList
public void testProcessMessagesNullList() -
testProcessMessagesWithoutPromoType
public void testProcessMessagesWithoutPromoType()
-