org.silverpeas.mail
Class SmtpMailSendingTest

java.lang.Object
  extended by org.silverpeas.mail.SmtpMailSendingTest

public class SmtpMailSendingTest
extends Object


Constructor Summary
SmtpMailSendingTest()
           
 
Method Summary
 void destroy()
           
 void sendingMailAsynchronously()
           
 void sendingMailSynchronouslyValidMailWithReplyTo()
           
 void sendingMailSynchronouslyWithDefaultValues()
           
 void sendingMailSynchronouslyWithFromNoToAndDefaultValues()
           
 void sendingMailSynchronouslyWithFromPersonalWithToWithSubjectWithMailContentContentAndDefaultValues()
           
 void sendingMailSynchronouslyWithFromWithMalformedToAndDefaultValues()
           
 void sendingMailSynchronouslyWithFromWithToAndDefaultValues()
           
 void sendingMailSynchronouslyWithFromWithToPersonalWithSubjectWithMultipartContentAndDefaultValues()
           
 void sendingMailSynchronouslyWithFromWithToWithStringContentAndDefaultValues()
           
 void sendingMailSynchronouslyWithFromWithToWithSubjectAndDefaultValues()
           
 void sendingMailSynchronouslyWithMalformedFromWithToAndDefaultValues()
           
 void setup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmtpMailSendingTest

public SmtpMailSendingTest()
Method Detail

setup

public void setup()
           throws Exception
Throws:
Exception

destroy

public void destroy()
             throws Exception
Throws:
Exception

sendingMailSynchronouslyWithDefaultValues

public void sendingMailSynchronouslyWithDefaultValues()
                                               throws Exception
Throws:
Exception

sendingMailSynchronouslyWithFromNoToAndDefaultValues

public void sendingMailSynchronouslyWithFromNoToAndDefaultValues()
                                                          throws Exception
Throws:
Exception

sendingMailSynchronouslyWithFromWithToAndDefaultValues

public void sendingMailSynchronouslyWithFromWithToAndDefaultValues()
                                                            throws Exception
Throws:
Exception

sendingMailSynchronouslyWithMalformedFromWithToAndDefaultValues

public void sendingMailSynchronouslyWithMalformedFromWithToAndDefaultValues()
                                                                     throws Exception
Throws:
Exception

sendingMailSynchronouslyWithFromWithMalformedToAndDefaultValues

public void sendingMailSynchronouslyWithFromWithMalformedToAndDefaultValues()
                                                                     throws Exception
Throws:
Exception

sendingMailSynchronouslyWithFromWithToWithSubjectAndDefaultValues

public void sendingMailSynchronouslyWithFromWithToWithSubjectAndDefaultValues()
                                                                       throws Exception
Throws:
Exception

sendingMailSynchronouslyWithFromWithToWithStringContentAndDefaultValues

public void sendingMailSynchronouslyWithFromWithToWithStringContentAndDefaultValues()
                                                                             throws Exception
Throws:
Exception

sendingMailSynchronouslyWithFromPersonalWithToWithSubjectWithMailContentContentAndDefaultValues

public void sendingMailSynchronouslyWithFromPersonalWithToWithSubjectWithMailContentContentAndDefaultValues()
                                                                                                     throws Exception
Throws:
Exception

sendingMailSynchronouslyWithFromWithToPersonalWithSubjectWithMultipartContentAndDefaultValues

public void sendingMailSynchronouslyWithFromWithToPersonalWithSubjectWithMultipartContentAndDefaultValues()
                                                                                                   throws Exception
Throws:
Exception

sendingMailSynchronouslyValidMailWithReplyTo

public void sendingMailSynchronouslyValidMailWithReplyTo()
                                                  throws Exception
Throws:
Exception

sendingMailAsynchronously

public void sendingMailAsynchronously()
                               throws Exception
Throws:
Exception


Copyright © 2016 Silverpeas. All Rights Reserved.