org.apache.james.mailboxmanager.torque
Class PartContentBuilderComplexMultipartTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.james.mailboxmanager.torque.PartContentBuilderComplexMultipartTest
All Implemented Interfaces:
junit.framework.Test

public class PartContentBuilderComplexMultipartTest
extends junit.framework.TestCase


Constructor Summary
PartContentBuilderComplexMultipartTest()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testShouldLocateInnerHtml()
           
 void testShouldLocateInnerMail()
           
 void testShouldLocateInnerPlain()
           
 void testShouldLocateOuterHtml()
           
 void testShouldLocateOuterMail()
           
 void testShouldLocateOuterPlain()
           
 void testShouldNotFoundSubPartOfNonMultiInnerPart()
           
 void testShouldNotFoundSubPartOfNonMultiPartTopLevel()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

PartContentBuilderComplexMultipartTest

public PartContentBuilderComplexMultipartTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
java.lang.Exception

testShouldNotFoundSubPartOfNonMultiPartTopLevel

public void testShouldNotFoundSubPartOfNonMultiPartTopLevel()
                                                     throws java.lang.Exception
Throws:
java.lang.Exception

testShouldNotFoundSubPartOfNonMultiInnerPart

public void testShouldNotFoundSubPartOfNonMultiInnerPart()
                                                  throws java.lang.Exception
Throws:
java.lang.Exception

testShouldLocateOuterHtml

public void testShouldLocateOuterHtml()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testShouldLocateOuterMail

public void testShouldLocateOuterMail()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testShouldLocateOuterPlain

public void testShouldLocateOuterPlain()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testShouldLocateInnerHtml

public void testShouldLocateInnerHtml()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testShouldLocateInnerMail

public void testShouldLocateInnerMail()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testShouldLocateInnerPlain

public void testShouldLocateInnerPlain()
                                throws java.lang.Exception
Throws:
java.lang.Exception


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