com.quadrique.jbuildingblocks.core.io.email
Class JbbEmailTest

java.lang.Object
  extended by com.quadrique.jbuildingblocks.core.io.email.JbbEmailTest

public class JbbEmailTest
extends Object

A test class for the JUnit testing framework


Constructor Summary
JbbEmailTest()
           
 
Method Summary
 void afterEachTest()
          clean up the tests fixture
 void beforeEachTest()
          acquireConnection the tests fixture
static void beforeTests()
          This is only run upon startup of the tests defined here
 void test1_SendTextEmail1()
          test
 void test10_BccEmail1()
          test
 void test11_BccEmail2()
          test
 void test12_TextEmailIsoLatin1_1()
          test
 void test13_HtmlEmailIsoLatin1_1()
           
 void test14_SendHtmlEmailWithEmbeddedImages1IsoLatin1()
          test
 void test15_SendTextEmailWithAttachment1()
          test
 void test16_SendTextEmailWithAttachment2()
          test
 void test17_SendTextEmailWithAttachments1()
          test
 void test18_SendTextEmailWithoutSubject()
          test
 void test19_IsValidEmail()
           
 void test2_SendTextEmail2()
          test
 void test20_gmail_SendTextEmail()
          test 587 is the Outgoing server (SMTP) port for IMAP.
 void test21_gmail_SendTextEmail()
          test
 void test22_gmail_SendTextEmail()
           
 void test3_RetrieveTextEmail()
          test Make sure GMail account is set to support POP3 access
 void test3_SendHtmlEmail1()
          test
 void test4_SendHtmlEmailWithEmbeddedImages1()
          test
 void test5_SendHtmlEmailWithEmbeddedImages2()
          test
 void test6_SendHtmlEmailWithEmbeddedImages3()
          test
 void test7_SendEmailWithEmptyBody1()
           
 void test8_CcEmail1()
          test
 void test9_CcEmail2()
          test
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbbEmailTest

public JbbEmailTest()
Method Detail

beforeTests

public static void beforeTests()
This is only run upon startup of the tests defined here


beforeEachTest

public void beforeEachTest()
acquireConnection the tests fixture


afterEachTest

public void afterEachTest()
clean up the tests fixture


test1_SendTextEmail1

public void test1_SendTextEmail1()
test


test2_SendTextEmail2

public void test2_SendTextEmail2()
test


test3_SendHtmlEmail1

public void test3_SendHtmlEmail1()
test


test4_SendHtmlEmailWithEmbeddedImages1

public void test4_SendHtmlEmailWithEmbeddedImages1()
test


test5_SendHtmlEmailWithEmbeddedImages2

public void test5_SendHtmlEmailWithEmbeddedImages2()
test


test6_SendHtmlEmailWithEmbeddedImages3

public void test6_SendHtmlEmailWithEmbeddedImages3()
test


test7_SendEmailWithEmptyBody1

public void test7_SendEmailWithEmptyBody1()

test8_CcEmail1

public void test8_CcEmail1()
test


test9_CcEmail2

public void test9_CcEmail2()
test


test10_BccEmail1

public void test10_BccEmail1()
test


test11_BccEmail2

public void test11_BccEmail2()
test


test12_TextEmailIsoLatin1_1

public void test12_TextEmailIsoLatin1_1()
test


test13_HtmlEmailIsoLatin1_1

public void test13_HtmlEmailIsoLatin1_1()

test14_SendHtmlEmailWithEmbeddedImages1IsoLatin1

public void test14_SendHtmlEmailWithEmbeddedImages1IsoLatin1()
test


test15_SendTextEmailWithAttachment1

public void test15_SendTextEmailWithAttachment1()
test


test16_SendTextEmailWithAttachment2

public void test16_SendTextEmailWithAttachment2()
test


test17_SendTextEmailWithAttachments1

public void test17_SendTextEmailWithAttachments1()
test


test18_SendTextEmailWithoutSubject

public void test18_SendTextEmailWithoutSubject()
test


test19_IsValidEmail

public void test19_IsValidEmail()

test20_gmail_SendTextEmail

public void test20_gmail_SendTextEmail()
test 587 is the Outgoing server (SMTP) port for IMAP. It uses a TLS encryption connection. 465 is the Outgoing server (SMTP) port for pop. It uses an SSL encryption connection.


test21_gmail_SendTextEmail

public void test21_gmail_SendTextEmail()
test


test22_gmail_SendTextEmail

public void test22_gmail_SendTextEmail()

test3_RetrieveTextEmail

public void test3_RetrieveTextEmail()
test Make sure GMail account is set to support POP3 access



Copyright © 2001-2008 Quadrique Corporation. All Rights Reserved.