Class DefaultNotificationServiceUnitTest
- java.lang.Object
-
- de.hybris.platform.notificationservices.service.impl.DefaultNotificationServiceUnitTest
-
@UnitTest public class DefaultNotificationServiceUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultNotificationServiceUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testGetChannelValueForEmail()
void
testGetChannelValueFromSiteMsg()
void
testNotifyCustomerByAssignedChannelSet()
void
testNotifyCustomerByNotAssignedChannelSet()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testNotifyCustomerByNotAssignedChannelSet
public void testNotifyCustomerByNotAssignedChannelSet()
-
testNotifyCustomerByAssignedChannelSet
public void testNotifyCustomerByAssignedChannelSet()
-
testGetChannelValueForEmail
public void testGetChannelValueForEmail()
-
testGetChannelValueFromSiteMsg
public void testGetChannelValueFromSiteMsg()
-
-