public class addMsgChangeList_Test extends MailTest implements javax.mail.event.MessageChangedListener
Listen and notifies changes in the messages in a folder.
api2test: public addMessageChangedListener(MessageChanged)
how2test: Call this API. Then verify that that the notification occur when changes occur to messages in a folder. If this happens then this test passed otherwise it fails.
auth, debug, errors, from, host, iofile, log, mailbox, msgcount, newName, out, password, pattern, portnum, portvalue, properties, protocol, proxy, rootpath, session, status, subject, testbox, testname, to, tportnum, tportvalue, transport_host, transport_protocol, user, workdir
Constructor and Description |
---|
addMsgChangeList_Test() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] argv) |
void |
messageChanged(javax.mail.event.MessageChangedEvent e) |
com.sun.javatest.Status |
run(java.lang.String[] argv,
java.io.PrintWriter log,
java.io.PrintWriter out)
Default run() method ; sets i/o streams.
|
checkMem, checkStatus, connect2host, createInputStream, createSession, ExceptionTest, getRootFolder, handlException, parseArgs, run
public static void main(java.lang.String[] argv)
public void messageChanged(javax.mail.event.MessageChangedEvent e)
messageChanged
in interface javax.mail.event.MessageChangedListener
public com.sun.javatest.Status run(java.lang.String[] argv, java.io.PrintWriter log, java.io.PrintWriter out)
MailTest