|
||||||||||
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() and
setMimeType(String) . |
void |
testGetSetReceiverAddressList()
Test cases for getReceiverList() and
setReceiverAddressList(List) . |
void |
testGetSetSenderAddress()
Test cases for getSenderAddress() and
setSenderAddress(InternetAddress) . |
void |
testGetSetSmtpHostname()
Test cases for getSmtpHostname() and
setSmtpHostname(String) . |
void |
testGetSetSmtpPassword()
Test cases for getSmtpPassword() and
setSmtpPassword(String) . |
void |
testGetSetSmtpPort()
Test cases for getSmtpPort() and
setSmtpPort(int) . |
void |
testGetSetSmtpUser()
Test cases for getSmtpUser() and
setSmtpUser(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 |