| java.lang.Object org.mandarax.examples.crm.ui.KnowledgeBaseValidator
KnowledgeBaseValidator | public class KnowledgeBaseValidator (Code) | | Starts validator using the swing based JUnit test runner.
author: Jens Dietrich version: 3.4 <7 March 05> since: 3.4 |
Method Summary | |
public static void | main(String[] args) Main method. | public static Test | suite() Load the knowledge base, extract the test cases and return them as test suite. |
main | public static void main(String[] args)(Code) | | Main method.
Parameters: args - runtime arguments |
suite | public static Test suite() throws Exception(Code) | | Load the knowledge base, extract the test cases and return them as test suite.
an array of test cases |
|
|