| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.sasl.common.communication.mail.SimpleMailChannelTest
public class SimpleMailChannelTest
Test cases for the
 SimpleMailChannel class.
| Constructor Summary | |
|---|---|
| SimpleMailChannelTest() | |
| Method Summary | |
|---|---|
|  void | setUp() | 
|  void | testGetSetMimeType()Test cases for getMimeType()andsetMimeType(String). | 
|  void | testGetSetReceiverAddressList()Test cases for getReceiverList()andsetReceiverAddressList(List). | 
|  void | testGetSetSenderAddress()Test cases for getSenderAddress()andsetSenderAddress(InternetAddress). | 
|  void | testGetSetSmtpHostname()Test cases for getSmtpHostname()andsetSmtpHostname(String). | 
|  void | testGetSetSmtpPassword()Test cases for getSmtpPassword()andsetSmtpPassword(String). | 
|  void | testGetSetSmtpPort()Test cases for getSmtpPort()andsetSmtpPort(int). | 
|  void | testGetSetSmtpUser()Test cases for getSmtpUser()andsetSmtpUser(String). | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SimpleMailChannelTest()
| Method Detail | 
|---|
public void setUp()
public void testGetSetSmtpHostname()
                            throws Exception
getSmtpHostname() and
 setSmtpHostname(String).
Exception
public void testGetSetSmtpPort()
                        throws Exception
getSmtpPort() and
 setSmtpPort(int).
Exception
public void testGetSetSmtpUser()
                        throws Exception
getSmtpUser() and
 setSmtpUser(String).
Exception
public void testGetSetSmtpPassword()
                            throws Exception
getSmtpPassword() and
 setSmtpPassword(String).
Exception
public void testGetSetMimeType()
                        throws Exception
getMimeType() and
 setMimeType(String).
Exception
public void testGetSetSenderAddress()
                             throws Exception
getSenderAddress() and
 setSenderAddress(InternetAddress).
Exception
public void testGetSetReceiverAddressList()
                                   throws Exception
getReceiverList() and
 setReceiverAddressList(List).
Exception| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||