org.apache.tika.parser
Class AutoDetectParserTest

java.lang.Object
  extended by TestCase
      extended by org.apache.tika.parser.AutoDetectParserTest

public class AutoDetectParserTest
extends TestCase


Constructor Summary
AutoDetectParserTest()
           
 
Method Summary
 void testEpub()
           
 void testExcel()
           
 void testHTML()
           
 void testOpenOffice()
           
 void testPDF()
           
 void testPowerpoint()
           
 void testRdfXml()
           
 void testRTF()
           
 void testText()
           
 void testWord()
           
 void testXML()
           
 void testZipBombPrevention()
          Make sure that zip bomb attacks are prevented.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoDetectParserTest

public AutoDetectParserTest()
Method Detail

testEpub

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

testExcel

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

testHTML

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

testOpenOffice

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

testPDF

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

testPowerpoint

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

testRdfXml

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

testRTF

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

testText

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

testWord

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

testXML

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

testZipBombPrevention

public void testZipBombPrevention()
                           throws java.lang.Exception
Make sure that zip bomb attacks are prevented.

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


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