org.apache.tika.parser.image
Class ImageParserTest

java.lang.Object
  extended by TestCase
      extended by org.apache.tika.parser.image.ImageParserTest

public class ImageParserTest
extends TestCase


Constructor Summary
ImageParserTest()
           
 
Method Summary
 void testBMP()
           
 void testGIF()
           
 void testJPEG()
           
 void testPNG()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageParserTest

public ImageParserTest()
Method Detail

testBMP

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

testGIF

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

testJPEG

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

testPNG

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


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