public class addMsgCntList_Test extends MailTest implements jakarta.mail.event.MessageCountListener
Listen and notifies changes in the number of messages in a folder.
api2test: public addMessageCountListener(MessageCountListener)
how2test: Call this API. Then verify that that the notification occur when changes in the number of 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 |
---|
addMsgCntList_Test() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] argv) |
void |
messagesAdded(jakarta.mail.event.MessageCountEvent e) |
void |
messagesRemoved(jakarta.mail.event.MessageCountEvent 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 messagesAdded(jakarta.mail.event.MessageCountEvent e)
messagesAdded
in interface jakarta.mail.event.MessageCountListener
public void messagesRemoved(jakarta.mail.event.MessageCountEvent e)
messagesRemoved
in interface jakarta.mail.event.MessageCountListener
public com.sun.javatest.Status run(java.lang.String[] argv, java.io.PrintWriter log, java.io.PrintWriter out)
MailTest