com.hp.hpl.jena.util
Class TestManifestList

java.lang.Object
  extended bycom.hp.hpl.jena.util.TestManifestList

public class TestManifestList
extends java.lang.Object


Nested Class Summary
static interface TestManifestList.ActionProc
          Action to perform on each entry of the manifest file to create the test
 class TestManifestList.TestItem
           
 class TestManifestList.TestIterator
          Iterator over all the manifest entries found in the model.
static class TestManifestList.TestPrinter
          Simple printer for simple manifests.
 
Constructor Summary
TestManifestList(Model m)
           
TestManifestList(java.lang.String filename)
           
 
Method Summary
 junit.framework.TestSuite builtTests(TestManifestList.ActionProc actionProc)
          Apply an ActionProc to every item in the manifest to create a JUnit test suite.
 Model getModel()
           
 TestManifestList.TestIterator iterator()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestManifestList

public TestManifestList(java.lang.String filename)

TestManifestList

public TestManifestList(Model m)
Method Detail

getModel

public Model getModel()

iterator

public TestManifestList.TestIterator iterator()

builtTests

public junit.framework.TestSuite builtTests(TestManifestList.ActionProc actionProc)
Apply an ActionProc to every item in the manifest to create a JUnit test suite.

Parameters:
actionProc -
Returns:
TestSuite

main

public static void main(java.lang.String[] args)


Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.