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
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 caseaction
- RDFNode for the test actionresult
- 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.