org.daisy.zedval.zedsuite.v2002
Class ImageTests

java.lang.Object
  extended byorg.daisy.zedval.engine.ZedCustomTest
      extended byorg.daisy.zedval.zedsuite.v2002.ImageTests

public class ImageTests
extends ZedCustomTest

Performs all image file tests

img_fileExtn
image file has legal file extension
img_format
image file format matches extension

Author:
James Pritchett

Constructor Summary
ImageTests()
           
 
Method Summary
 void performTest(ZedFile f)
          Performs the integrity tests on an image file
 
Methods inherited from class org.daisy.zedval.engine.ZedCustomTest
addTestFailure, getResultDoc
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageTests

public ImageTests()
Method Detail

performTest

public void performTest(ZedFile f)
                 throws ZedCustomTestException
Performs the integrity tests on an image file

Specified by:
performTest in class ZedCustomTest
Parameters:
f - An ImageFile instance
Throws:
ZedCustomTestException