org.apache.tika.parser.microsoft
Class OutlookParserTest

java.lang.Object
  extended by TestCase
      extended by org.apache.tika.parser.microsoft.OutlookParserTest

public class OutlookParserTest
extends TestCase

Test case for parsing Outlook files.


Constructor Summary
OutlookParserTest()
           
 
Method Summary
 void testMultipleCopies()
          Test case for TIKA-197
 void testOutlookNew()
          Test case for TIKA-395, to ensure parser works for new Outlook formats.
 void testOutlookParsing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutlookParserTest

public OutlookParserTest()
Method Detail

testOutlookParsing

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

testMultipleCopies

public void testMultipleCopies()
                        throws java.lang.Exception
Test case for TIKA-197

Throws:
java.lang.Exception
See Also:
TIKA-197

testOutlookNew

public void testOutlookNew()
                    throws java.lang.Exception
Test case for TIKA-395, to ensure parser works for new Outlook formats.

Throws:
java.lang.Exception
See Also:
TIKA-395


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