com.hp.hpl.jena.util
Interface TestManifestList.ActionProc

All Known Implementing Classes:
TestManifestList.TestPrinter
Enclosing interface:
TestManifestList

public static interface TestManifestList.ActionProc

Action to perform on each entry of the manifest file to create the test


Method Summary
 junit.framework.TestCase createTest(Resource testNode, RDFNode action, RDFNode result)
          Called on each test described.
 

Method Detail

createTest

public junit.framework.TestCase createTest(Resource testNode,
                                           RDFNode action,
                                           RDFNode result)
Called on each test described.

Parameters:
testNode - 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.