|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.commons.net.pop3.POP3ClientTest
public class POP3ClientTest
Constructor Summary | |
---|---|
POP3ClientTest(String name)
|
Method Summary | |
---|---|
static junit.framework.TestSuite |
suite()
Method suite. |
void |
testInvalidLoginWithBadName()
|
void |
testInvalidLoginWithBadPassword()
|
void |
testLoginFromWrongState()
Test to try to run the login method from the disconnected, transaction and update states |
void |
testLogoutFromAllStates()
|
void |
testValidLoginWithNameAndPassword()
Simple test to logon to a valid server using a valid user name and password. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public POP3ClientTest(String name)
Method Detail |
---|
public static junit.framework.TestSuite suite()
public void testValidLoginWithNameAndPassword() throws Exception
Exception
public void testInvalidLoginWithBadName() throws Exception
Exception
public void testInvalidLoginWithBadPassword() throws Exception
Exception
public void testLoginFromWrongState() throws Exception
Exception
public void testLogoutFromAllStates() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |