Class CPSConfigurationChangeAdapterImplTest
java.lang.Object
de.hybris.platform.sap.productconfig.runtime.cps.impl.CPSConfigurationChangeAdapterImplTest
Unit test for
CPSConfigurationChangeAdapterImpl-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.sap.productconfig.runtime.interf.model.CsticModelcreateC1()protected de.hybris.platform.sap.productconfig.runtime.interf.model.CsticModelcreateC2()protected de.hybris.platform.sap.productconfig.runtime.interf.model.CsticModelcreateC3()protected de.hybris.platform.sap.productconfig.runtime.interf.model.CsticModelcreateC4()protected de.hybris.platform.sap.productconfig.runtime.interf.model.ConfigModelprotected de.hybris.platform.sap.productconfig.runtime.interf.model.CsticModelcreateCsticNumeric(String name, int valueType) protected de.hybris.platform.sap.productconfig.runtime.interf.model.CsticModelcreateCsticString(String name) protected de.hybris.platform.sap.productconfig.runtime.interf.model.InstanceModelprotected de.hybris.platform.sap.productconfig.runtime.interf.model.CsticValueModelcreateValue(String name) protected List<de.hybris.platform.sap.productconfig.runtime.interf.model.CsticValueModel>createValueList(int size) protected CPSCharacteristicvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
CPSConfigurationChangeAdapterImplTest
public CPSConfigurationChangeAdapterImplTest()
-
-
Method Details
-
createCsticString
protected de.hybris.platform.sap.productconfig.runtime.interf.model.CsticModel createCsticString(String name) -
createCsticNumeric
protected de.hybris.platform.sap.productconfig.runtime.interf.model.CsticModel createCsticNumeric(String name, int valueType) -
createInstance
protected de.hybris.platform.sap.productconfig.runtime.interf.model.InstanceModel createInstance() -
createConfigModel
protected de.hybris.platform.sap.productconfig.runtime.interf.model.ConfigModel createConfigModel() -
createC1
protected de.hybris.platform.sap.productconfig.runtime.interf.model.CsticModel createC1() -
createC2
protected de.hybris.platform.sap.productconfig.runtime.interf.model.CsticModel createC2() -
createC3
protected de.hybris.platform.sap.productconfig.runtime.interf.model.CsticModel createC3() -
createC4
protected de.hybris.platform.sap.productconfig.runtime.interf.model.CsticModel createC4() -
createValueList
protected List<de.hybris.platform.sap.productconfig.runtime.interf.model.CsticValueModel> createValueList(int size) -
createValue
protected de.hybris.platform.sap.productconfig.runtime.interf.model.CsticValueModel createValue(String name) -
testCollectChangedValuesStringSV
public void testCollectChangedValuesStringSV() -
testCollectChangedValuesStringSV_NoAssignedValues
public void testCollectChangedValuesStringSV_NoAssignedValues() -
testCollectChangedValuesStringMV_2assigned
public void testCollectChangedValuesStringMV_2assigned() -
testCollectChangedValuesStringMV_NoAssignedValues
public void testCollectChangedValuesStringMV_NoAssignedValues() -
testCollectChangedValuesIntegerSV
public void testCollectChangedValuesIntegerSV() -
testCollectChangedValuesIntegerMV_2assigned
public void testCollectChangedValuesIntegerMV_2assigned() -
testCollectChangedValuesIntegerMV_2assigned_Simulate_AVC_No_Assignable
public void testCollectChangedValuesIntegerMV_2assigned_Simulate_AVC_No_Assignable() -
testCollectInstanceCsticChanges_1CsticChange
public void testCollectInstanceCsticChanges_1CsticChange() -
testCollectInstanceCsticChanges_1CsticChangeIdPresent
public void testCollectInstanceCsticChanges_1CsticChangeIdPresent() -
prepareCsticChange
-
testCollectInstanceCsticChanges_NoCstics
public void testCollectInstanceCsticChanges_NoCstics() -
testCollectInstanceCsticChanges_NoCsticChanges
public void testCollectInstanceCsticChanges_NoCsticChanges() -
testCollectInstanceCsticChanges_2CsticChanges
public void testCollectInstanceCsticChanges_2CsticChanges() -
testProcessInstance
public void testProcessInstance() -
testProcessInstance_NoChanges
public void testProcessInstance_NoChanges() -
testGetRetractValueNameException
public void testGetRetractValueNameException() -
testGetRetractValueName
public void testGetRetractValueName() -
testCollectRetractValueWithEmptyConflicts
public void testCollectRetractValueWithEmptyConflicts() -
testCollectRetractValueWithAnotherCsticName
public void testCollectRetractValueWithAnotherCsticName() -
testCollectRetractValueWithAnotherInstanceId
public void testCollectRetractValueWithAnotherInstanceId() -
testProcessCsticWithoutConflictAndRetractFromConfiguration
public void testProcessCsticWithoutConflictAndRetractFromConfiguration() -
testAddCloudEngineValueWithNullValue
public void testAddCloudEngineValueWithNullValue() -
testAddCloudEngineValueWithDefinedValue
public void testAddCloudEngineValueWithDefinedValue() -
testCollectRetractValueForMultivaluedCstic
public void testCollectRetractValueForMultivaluedCstic() -
testCollectRetractValueForSingleValuedCsticWithNullValue
public void testCollectRetractValueForSingleValuedCsticWithNullValue() -
testCollectRetractValueForSingleValuedCsticWithEmptyValue
public void testCollectRetractValueForSingleValuedCsticWithEmptyValue() -
testCollectRetractValueForSingleValuedCsticWithBlankValue
public void testCollectRetractValueForSingleValuedCsticWithBlankValue()
-