com.drew.metadata.exif.test
Class ExifReaderTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.drew.metadata.exif.test.ExifReaderTest
All Implemented Interfaces:
junit.framework.Test

public class ExifReaderTest
extends junit.framework.TestCase

JUnit test case for class ExifReader.

Author:
Drew Noakes http://drewnoakes.com

Constructor Summary
ExifReaderTest(String s)
           
 
Method Summary
 void testCompression()
           
 void testCrashRegressionTest()
           
 void testDateTime()
           
 void testLoadFujiFilmJpeg()
           
 void testLoadJpegWithBadExifData()
           
 void testLoadJpegWithoutExifData()
           
 void testStackOverflowOnRevisitationOfSameDirectory()
           
 void testThumbnailLength()
           
 void testThumbnailOffset()
           
 void testXResolution()
           
 void testYResolution()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExifReaderTest

public ExifReaderTest(String s)
Method Detail

testLoadFujiFilmJpeg

public void testLoadFujiFilmJpeg()
                          throws Exception
Throws:
Exception

testLoadJpegWithoutExifData

public void testLoadJpegWithoutExifData()
                                 throws Exception
Throws:
Exception

testLoadJpegWithBadExifData

public void testLoadJpegWithBadExifData()
                                 throws Exception
Throws:
Exception

testCrashRegressionTest

public void testCrashRegressionTest()
                             throws Exception
Throws:
Exception

testThumbnailOffset

public void testThumbnailOffset()
                         throws Exception
Throws:
Exception

testThumbnailLength

public void testThumbnailLength()
                         throws Exception
Throws:
Exception

testDateTime

public void testDateTime()
                  throws Exception
Throws:
Exception

testXResolution

public void testXResolution()
                     throws Exception
Throws:
Exception

testYResolution

public void testYResolution()
                     throws Exception
Throws:
Exception

testCompression

public void testCompression()
                     throws Exception
Throws:
Exception

testStackOverflowOnRevisitationOfSameDirectory

public void testStackOverflowOnRevisitationOfSameDirectory()
                                                    throws Exception
Throws:
Exception