com.hp.hpl.jena.util
Class TestManifestList.TestPrinter

java.lang.Object
  extended bycom.hp.hpl.jena.util.TestManifestList.TestPrinter
All Implemented Interfaces:
TestManifestList.ActionProc
Enclosing class:
TestManifestList

public static class TestManifestList.TestPrinter
extends java.lang.Object
implements TestManifestList.ActionProc

Simple printer for simple manifests.

Author:
Andy Seaborne

Constructor Summary
TestManifestList.TestPrinter()
           
 
Method Summary
 junit.framework.TestCase createTest(Resource r, RDFNode action, RDFNode result)
          Called on each test described.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestManifestList.TestPrinter

public TestManifestList.TestPrinter()
Method Detail

createTest

public junit.framework.TestCase createTest(Resource r,
                                           RDFNode action,
                                           RDFNode result)
Description copied from interface: TestManifestList.ActionProc
Called on each test described.

Specified by:
createTest in interface TestManifestList.ActionProc
Parameters:
r - The RDF Resource for the whole test case
action - RDFNode for the test action
result - RDFNode for the test result : maybe null if no result specified.
Returns:
TestCase JUnit test created or null for none


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