org.apache.tika.parser.mbox
Class MboxParserTest

java.lang.Object
  extended by TestCase
      extended by org.apache.tika.parser.mbox.MboxParserTest

public class MboxParserTest
extends TestCase


Constructor Summary
MboxParserTest()
           
 
Method Summary
 void testComplex()
           
 void testHeaders()
           
 void testMultilineHeader()
           
 void testQuoted()
           
 void testSimple()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MboxParserTest

public MboxParserTest()
Method Detail

testSimple

public void testSimple()

testHeaders

public void testHeaders()

testMultilineHeader

public void testMultilineHeader()

testQuoted

public void testQuoted()

testComplex

public void testComplex()


Copyright © 2007-2010 Apache Software Foundation. All Rights Reserved.