com.drew.metadata.exif.test
Class NikonType2MakernoteTest1

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

public class NikonType2MakernoteTest1
extends junit.framework.TestCase


Field Summary
private  NikonType2MakernoteDescriptor _descriptor
           
private  NikonType2MakernoteDirectory _nikonDirectory
           
 
Constructor Summary
NikonType2MakernoteTest1(String s)
           
 
Method Summary
protected  void setUp()
           
 void testGetAutoFlashCompensationDescription()
           
 void testGetColorModeDescription()
           
 void testGetHueAdjustmentDescription()
           
 void testGetLensDescription()
           
 void testNikonMakernote_MatchesKnownValues()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 

Field Detail

_nikonDirectory

private NikonType2MakernoteDirectory _nikonDirectory

_descriptor

private NikonType2MakernoteDescriptor _descriptor
Constructor Detail

NikonType2MakernoteTest1

public NikonType2MakernoteTest1(String s)
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

testNikonMakernote_MatchesKnownValues

public void testNikonMakernote_MatchesKnownValues()
                                           throws Exception
Throws:
Exception

testGetLensDescription

public void testGetLensDescription()
                            throws MetadataException
Throws:
MetadataException

testGetHueAdjustmentDescription

public void testGetHueAdjustmentDescription()
                                     throws MetadataException
Throws:
MetadataException

testGetColorModeDescription

public void testGetColorModeDescription()
                                 throws Exception
Throws:
Exception

testGetAutoFlashCompensationDescription

public void testGetAutoFlashCompensationDescription()
                                             throws Exception
Throws:
Exception