org.subethamail.smtp.test
Class MessageContentTest
java.lang.Object
TestCase
org.subethamail.smtp.test.MessageContentTest
public class MessageContentTest
- extends TestCase
This class serves as a test case for both Wiser (since it is used
internally here) as well as harder to reach code within the SMTP
server that tests a roundtrip message through the DATA portion
of the SMTP spec.
- Author:
- Jon Stevens, Jeff Schnitzer, De Oliveira Edouard <doe_wanted@yahoo.fr>, Ville Skyttä (contributed some encoding tests)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PORT
public static final int PORT
- See Also:
- Constant Field Values
wiser
protected Wiser wiser
session
protected javax.mail.Session session
MessageContentTest
public MessageContentTest(java.lang.String name)
setUp
protected void setUp()
throws java.lang.Exception
- Throws:
java.lang.Exception
tearDown
protected void tearDown()
throws java.lang.Exception
- Throws:
java.lang.Exception
testReceivedHeader
public void testReceivedHeader()
throws java.lang.Exception
- Throws:
java.lang.Exception
testMultipleRecipients
public void testMultipleRecipients()
throws java.lang.Exception
- Throws:
java.lang.Exception
testLargeMessage
public void testLargeMessage()
throws java.lang.Exception
- Throws:
java.lang.Exception
testUtf8EightBitMessage
public void testUtf8EightBitMessage()
throws java.lang.Exception
- Throws:
java.lang.Exception
testUtf16EightBitMessage
public void testUtf16EightBitMessage()
throws java.lang.Exception
- Throws:
java.lang.Exception
testIso88591EightBitMessage
public void testIso88591EightBitMessage()
throws java.lang.Exception
- Throws:
java.lang.Exception
testIso885915EightBitMessage
public void testIso885915EightBitMessage()
throws java.lang.Exception
- Throws:
java.lang.Exception
testIso2022JPEightBitMessage
public void testIso2022JPEightBitMessage()
throws java.lang.Exception
- Throws:
java.lang.Exception
testBinaryEightBitMessage
public void testBinaryEightBitMessage()
throws java.lang.Exception
- Throws:
java.lang.Exception
suite
public static Test suite()
Copyright © 2006-2011. All Rights Reserved.