public class addStoreListener_Test extends MailTest implements javax.mail.event.StoreListener
Listen and notifies of open/close events to Store.
api2test: public addStoreListener(StoreListener)
how2test: Call this API. Then verify that that the notification occur when open/close events occur to a Store. 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 |
---|
addStoreListener_Test() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] argv) |
void |
notification(javax.mail.event.StoreEvent 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 notification(javax.mail.event.StoreEvent e)
notification
in interface javax.mail.event.StoreListener
public com.sun.javatest.Status run(java.lang.String[] argv, java.io.PrintWriter log, java.io.PrintWriter out)
MailTest