Class CampaignSourceRuleModelHistoricalContentCreatorUnitTest
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.versioning.impl.CampaignSourceRuleModelHistoricalContentCreatorUnitTest
-
@UnitTest public class CampaignSourceRuleModelHistoricalContentCreatorUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CampaignSourceRuleModelHistoricalContentCreatorUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidassociatedTypesChangedCampaignModelHadAssociatedRules()Campaign model was registered as part of initialElements, had existing source rules setvoidassociatedTypesChangedCampaignModelWasAdded()Campaign model was registered as part of initialElements, but had an empty source rules setvoidassociatedTypesChangedNoCampaignModelRegistered()No campaign model was registered as part of initialElementsvoidassociatedTypesChangedRuleAssociatedCampaignWasRemovedRuleWasPublished()Rules associated campaign was removed, but rule was publishedvoidassociatedTypesChangedRuleWasNeverPublished()Rule was never publishedvoidsetUp()
-
-
-
Method Detail
-
setUp
public void setUp()
-
associatedTypesChangedNoCampaignModelRegistered
public void associatedTypesChangedNoCampaignModelRegistered()
No campaign model was registered as part of initialElements
-
associatedTypesChangedCampaignModelWasAdded
public void associatedTypesChangedCampaignModelWasAdded()
Campaign model was registered as part of initialElements, but had an empty source rules set
-
associatedTypesChangedCampaignModelHadAssociatedRules
public void associatedTypesChangedCampaignModelHadAssociatedRules()
Campaign model was registered as part of initialElements, had existing source rules set
-
associatedTypesChangedRuleAssociatedCampaignWasRemovedRuleWasPublished
public void associatedTypesChangedRuleAssociatedCampaignWasRemovedRuleWasPublished()
Rules associated campaign was removed, but rule was published
-
associatedTypesChangedRuleWasNeverPublished
public void associatedTypesChangedRuleWasNeverPublished()
Rule was never published
-
-