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

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

public class BodyParserTestCase
extends junit.framework.TestCase


Constructor Summary
BodyParserTestCase()
           
 
Method Summary
 void testBadEmail()
           
 void testEmptyInput()
           
 void testGoodInput()
           
 void testSingleLineBadInput()
           
 
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

BodyParserTestCase

public BodyParserTestCase()
Method Detail

testEmptyInput

public void testEmptyInput()
                    throws Exception
Throws:
Exception

testGoodInput

public void testGoodInput()
                   throws Exception
Throws:
Exception

testSingleLineBadInput

public void testSingleLineBadInput()
                            throws Exception
Throws:
Exception

testBadEmail

public void testBadEmail()
                  throws Exception
Throws:
Exception


Copyright © 2012 Carnegie Mellon University