public class addFolderListener_Test extends MailTest implements javax.mail.event.FolderListener
Listen and notifies of changes to a folder.
api2test: public addFolderListener(FolderListener)
how2test: Call this API. Then verify that that the notification occur when changes occur to 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 |
---|
addFolderListener_Test() |
Modifier and Type | Method and Description |
---|---|
void |
folderCreated(javax.mail.event.FolderEvent e) |
void |
folderDeleted(javax.mail.event.FolderEvent e) |
void |
folderRenamed(javax.mail.event.FolderEvent e) |
static void |
main(java.lang.String[] argv) |
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 folderCreated(javax.mail.event.FolderEvent e)
folderCreated
in interface javax.mail.event.FolderListener
public void folderDeleted(javax.mail.event.FolderEvent e)
folderDeleted
in interface javax.mail.event.FolderListener
public void folderRenamed(javax.mail.event.FolderEvent e)
folderRenamed
in interface javax.mail.event.FolderListener
public com.sun.javatest.Status run(java.lang.String[] argv, java.io.PrintWriter log, java.io.PrintWriter out)
MailTest