org.apache.tika.parser.opendocument
Class OpenOfficeParserTest

java.lang.Object
  extended by TestCase
      extended by org.apache.tika.parser.opendocument.OpenOfficeParserTest

public class OpenOfficeParserTest
extends TestCase


Constructor Summary
OpenOfficeParserTest()
           
 
Method Summary
 void testOO2Metadata()
          Similar to testXMLParser(), but using a different OO2 file with different metadata in it
 void testOO3Metadata()
          Similar to testXMLParser(), but using an OO3 file
 void testXMLParser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenOfficeParserTest

public OpenOfficeParserTest()
Method Detail

testXMLParser

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

testOO2Metadata

public void testOO2Metadata()
                     throws java.lang.Exception
Similar to testXMLParser(), but using a different OO2 file with different metadata in it

Throws:
java.lang.Exception

testOO3Metadata

public void testOO3Metadata()
                     throws java.lang.Exception
Similar to testXMLParser(), but using an OO3 file

Throws:
java.lang.Exception


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