org.apache.james.jdkim
Class MessageTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.james.jdkim.MessageTest
All Implemented Interfaces:
junit.framework.Test

public class MessageTest
extends junit.framework.TestCase


Constructor Summary
MessageTest()
           
 
Method Summary
 void testAddField()
           
 void testGetBodyInputStream()
           
 void testGetFields()
           
 void testGetFieldsString()
           
 void testMessage()
           
 void testMessageInputStream()
           
 void testToString()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageTest

public MessageTest()
Method Detail

testMessage

public void testMessage()
                 throws IOException,
                        org.apache.james.mime4j.MimeException
Throws:
IOException
org.apache.james.mime4j.MimeException

testMessageInputStream

public void testMessageInputStream()
                            throws IOException,
                                   org.apache.james.mime4j.MimeException
Throws:
IOException
org.apache.james.mime4j.MimeException

testGetBodyInputStream

public void testGetBodyInputStream()
                            throws IOException,
                                   org.apache.james.mime4j.MimeException
Throws:
IOException
org.apache.james.mime4j.MimeException

testAddField

public void testAddField()
                  throws org.apache.james.mime4j.MimeException
Throws:
org.apache.james.mime4j.MimeException

testGetFields

public void testGetFields()
                   throws org.apache.james.mime4j.MimeException
Throws:
org.apache.james.mime4j.MimeException

testGetFieldsString

public void testGetFieldsString()
                         throws org.apache.james.mime4j.MimeException
Throws:
org.apache.james.mime4j.MimeException

testToString

public void testToString()
                  throws org.apache.james.mime4j.MimeException
Throws:
org.apache.james.mime4j.MimeException


Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.