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

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

public final class MailClassifierTestCase
extends junit.framework.TestCase


Constructor Summary
MailClassifierTestCase()
           
 
Method Summary
 void testHasAttachments()
           
 void testIsPlainText()
           
 void testPGP()
           
 void testPGPMime()
           
 void testPGPSigned()
           
 void testSMIME()
           
 void testSMIMEWithMultipleAttachments()
           
 
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

MailClassifierTestCase

public MailClassifierTestCase()
Method Detail

testIsPlainText

public void testIsPlainText()
                     throws Exception
Throws:
Exception

testHasAttachments

public void testHasAttachments()
                        throws Exception
Throws:
Exception

testSMIME

public void testSMIME()
               throws Exception
Throws:
Exception

testPGP

public void testPGP()
             throws Exception
Throws:
Exception

testPGPSigned

public void testPGPSigned()
                   throws Exception
Throws:
Exception

testPGPMime

public void testPGPMime()
                 throws Exception
Throws:
Exception

testSMIMEWithMultipleAttachments

public void testSMIMEWithMultipleAttachments()
                                      throws Exception
Throws:
Exception


Copyright © 2012 Carnegie Mellon University