org.cert.cc.jira.email.handler
Class MessageUtilsTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.cert.cc.jira.email.handler.MessageUtilsTestCase
All Implemented Interfaces:
junit.framework.Test

public final class MessageUtilsTestCase
extends junit.framework.TestCase

© 2009 Carnegie Mellon University

Author:
Steve Scholnick

Constructor Summary
MessageUtilsTestCase()
           
 
Method Summary
 void testBasicCopy()
           
 void testCopyWithXHeaders()
           
 void testCountAttachments()
           
 void testCountFileAttachments()
           
 void testCountSingleAttachment()
           
 void testCreate()
           
 void testCreateWithCSSFile()
           
 void testCreateWithImageFile()
           
 void testGetAllRecipients()
           
 void testGetHeaderValue()
           
 void testGetHeaderValue2()
           
 void testGetHeaderValue3()
           
 void testSignedCount()
           
 
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

MessageUtilsTestCase

public MessageUtilsTestCase()
Method Detail

testCreate

public void testCreate()
                throws Exception
Throws:
Exception

testCreateWithImageFile

public void testCreateWithImageFile()
                             throws MessagingException
Throws:
MessagingException

testCreateWithCSSFile

public void testCreateWithCSSFile()
                           throws MessagingException
Throws:
MessagingException

testGetAllRecipients

public void testGetAllRecipients()
                          throws Exception
Throws:
Exception

testGetHeaderValue

public void testGetHeaderValue()
                        throws Exception
Throws:
Exception

testGetHeaderValue2

public void testGetHeaderValue2()
                         throws Exception
Throws:
Exception

testGetHeaderValue3

public void testGetHeaderValue3()
                         throws Exception
Throws:
Exception

testBasicCopy

public void testBasicCopy()
                   throws Exception
Throws:
Exception

testCopyWithXHeaders

public void testCopyWithXHeaders()
                          throws Exception
Throws:
Exception

testCountSingleAttachment

public void testCountSingleAttachment()
                               throws Exception
Throws:
Exception

testCountAttachments

public void testCountAttachments()
                          throws Exception
Throws:
Exception

testCountFileAttachments

public void testCountFileAttachments()
                              throws Exception
Throws:
Exception

testSignedCount

public void testSignedCount()
                     throws Exception
Throws:
Exception


Copyright © 2012 Carnegie Mellon University