Class DefaultEmailServiceTest
- java.lang.Object
-
- de.hybris.platform.acceleratorservices.email.impl.DefaultEmailServiceTest
-
@UnitTest public class DefaultEmailServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultEmailServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestCreateEmailAttachment()voidtestCreateEmailMessage()voidtestSend()voidtestSendIllegalArgumentException()voidtestSendWithAttachments()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCreateEmailAttachment
public void testCreateEmailAttachment()
-
testCreateEmailMessage
public void testCreateEmailMessage()
-
testSendIllegalArgumentException
public void testSendIllegalArgumentException()
-
testSend
public void testSend()
-
testSendWithAttachments
public void testSendWithAttachments()
-
-