Uses of Class
org.daisy.zedval.engine.ZedCustomTestException

Packages that use ZedCustomTestException
org.daisy.zedval.engine   
org.daisy.zedval.zedsuite.v2002   
org.daisy.zedval.zedsuite.v2005   
 

Uses of ZedCustomTestException in org.daisy.zedval.engine
 

Methods in org.daisy.zedval.engine that throw ZedCustomTestException
abstract  void ZedCustomTest.performTest(ZedFile f)
           
 void ZedCustomTest.addTestFailure(java.lang.String testRef, java.lang.String detailMsg, java.lang.String badRef, java.lang.String line)
           
 

Uses of ZedCustomTestException in org.daisy.zedval.zedsuite.v2002
 

Methods in org.daisy.zedval.zedsuite.v2002 that throw ZedCustomTestException
 void TextRelations.performTest(ZedFile f)
          Performs the relational tests on a text file
 void TextInternal.performTest(ZedFile f)
          Performs the internal tests on a text file
 void SpineIntegrity.performTest(ZedFile f)
          Performs the spine integrity tests on the package file
 void SmilRelations.performTest(ZedFile f)
          Performs the relational tests on a SMIL file
 void SmilInternal.performTest(ZedFile f)
          Performs the internal tests on a SMIL file
 void SmilDtbookRelations.performTest(ZedFile f)
          Performs the relational tests on a SMIL file
 void ResRelations.performTest(ZedFile f)
          Performs the relational tests on the resource file
 void ResInternal.performTest(ZedFile f)
          Performs the internal tests on the resource file
 void ResIntegrity.performTest(ZedFile f)
          Performs the integrity tests on the resource file
 void OpfInternal.performTest(ZedFile f)
          Performs the internal tests on the package file
 void OpfIntegrity.performTest(ZedFile f)
          Performs the integrity tests on the package file
 void NcxRelations.performTest(ZedFile f)
          Performs the relational tests on the NCX
 void NcxInternal.performTest(ZedFile f)
          Performs the internal tests on the NCX
 void NcxIntegrity.performTest(ZedFile f)
          Performs the integrity tests on the NCX
 void ManifestText.performTest(ZedFile f)
          Performs the manifest integrity tests on the package file for text book types
 void ManifestNonText.performTest(ZedFile f)
          Performs the manifest integrity tests on the package file for non-text book types
 void ManifestNonAudio.performTest(ZedFile f)
          Performs the manifest integrity tests on the package file for non-audio book types
 void ManifestIntegrity.performTest(ZedFile f)
          Performs the manifest integrity tests on the package file
 void ManifestAudio.performTest(ZedFile f)
          Performs the manifest integrity tests on the package file for audio book types
 void ImageTests.performTest(ZedFile f)
          Performs the integrity tests on an image file
 void DtbookSmilRelations.performTest(ZedFile f)
          Performs the relational tests on a dtbook file
 void AudioTests.performTest(ZedFile f)
          Performs the integrity tests on an audio file
 

Uses of ZedCustomTestException in org.daisy.zedval.zedsuite.v2005
 

Methods in org.daisy.zedval.zedsuite.v2005 that throw ZedCustomTestException
 void SmilTests.performTest(ZedFile f)
          Performs customtests on a smil file
 void ResourceTests.performTest(ZedFile f)
          Performs custom tests on resource file
 void PackageTests.performTest(ZedFile f)
          Performs custom tests on package file
 void NcxTests.performTest(ZedFile f)
          Performs customtests on ncx
 void ImageTests.performTest(ZedFile f)
          Performs custom tests on image files
 void DtbookTests.performTest(ZedFile f)
          Performs customtests on a dtbook file
 void AudioTests.performTest(ZedFile f)
          Performs custom tests on audio files