Quadcap Embeddable Server

com.quadcap.pop3.client.Test Class Reference

List of all members.

Detailed Description

Package level tests.

Author:
Stan Bailes

Definition at line 52 of file Test.java.

Static Public Member Functions

void test0 (String args[]) throws Exception
 'Session' class sanity testing.

void main (String args[])

Static Package Functions

void show (String label, InputStream is) throws IOException
 For debugging, dump the multi-line response to System.out.

void show (Vector v) throws IOException
 For debugging, dump the parsed response line to System.out.


Member Function Documentation

void com.quadcap.pop3.client.Test.main String  args[]  )  [static]
 

Definition at line 97 of file Test.java.

References com.quadcap.pop3.client.Test.main().

Referenced by com.quadcap.pop3.client.Test.main().

void com.quadcap.pop3.client.Test.show Vector  v  )  throws IOException [static, package]
 

For debugging, dump the parsed response line to System.out.

Definition at line 66 of file Test.java.

void com.quadcap.pop3.client.Test.show String  label,
InputStream  is
throws IOException [static, package]
 

For debugging, dump the multi-line response to System.out.

Definition at line 54 of file Test.java.

References com.quadcap.pop3.client.Test.show().

Referenced by com.quadcap.pop3.client.Test.show().

void com.quadcap.pop3.client.Test.test0 String  args[]  )  throws Exception [static]
 

'Session' class sanity testing.

Definition at line 76 of file Test.java.

References com.quadcap.pop3.client.Session.connect(), com.quadcap.pop3.client.Session.list(), com.quadcap.pop3.client.Session.pass(), com.quadcap.pop3.client.Session.quit(), com.quadcap.pop3.client.Session.retr(), com.quadcap.pop3.client.Session.rset(), com.quadcap.pop3.client.Session.stat(), com.quadcap.pop3.client.Test.test0(), com.quadcap.pop3.client.Session.top(), com.quadcap.pop3.client.Session.uidl(), and com.quadcap.pop3.client.Session.user().

Referenced by com.quadcap.pop3.client.Test.test0().