Class DefaultCampaignServiceTest
- java.lang.Object
-
- de.hybris.platform.campaigns.service.impl.DefaultCampaignServiceTest
-
@UnitTest public class DefaultCampaignServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultCampaignServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldGetAllActiveCampaignsForSpecifiedDate()voidshouldGetAllCampaigns()voidshouldGetCampaignByCode()voidshouldRaiseExceptionWhenGettingCampaignWithNullCode()
-
-
-
Method Detail
-
shouldRaiseExceptionWhenGettingCampaignWithNullCode
public void shouldRaiseExceptionWhenGettingCampaignWithNullCode() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldGetCampaignByCode
public void shouldGetCampaignByCode() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldGetAllCampaigns
public void shouldGetAllCampaigns() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldGetAllActiveCampaignsForSpecifiedDate
public void shouldGetAllActiveCampaignsForSpecifiedDate() throws java.lang.Exception- Throws:
java.lang.Exception
-
-