| |
|
| java.lang.Object org.mandarax.reference.validation.KB2TestSuite
KB2TestSuite | public class KB2TestSuite (Code) | | Utility to convert a kb to a JUnit test suite.
This test suite can then be used with one of the JUnit test runners to validate the KB.
author: Jens Dietrich version: 3.4 <7 March 05> since: 3.4 |
Method Summary | |
public static Test | suite(KnowledgeBase kb) Converts a knowledge base into a JUnit test suite. |
suite | public static Test suite(KnowledgeBase kb) throws Exception(Code) | | Converts a knowledge base into a JUnit test suite.
Parameters: kb - a knowledge base a test suite throws: an - exception if one of the (mandarax) test cases cannot be casted to a JUnit test case |
|
|
|