org.ofbiz.testtools
Class ModelTestSuite

java.lang.Object
  extended by org.ofbiz.testtools.ModelTestSuite

public class ModelTestSuite
extends java.lang.Object

Use this class in a JUnit test runner to bootstrap the Test Suite runner.


Field Summary
protected  GenericDelegator delegator
           
protected  LocalDispatcher dispatcher
           
static java.lang.String module
           
protected  java.lang.String originalDelegatorName
           
protected  java.lang.String originalDispatcherName
           
protected  java.lang.String suiteName
           
protected  java.util.List<Test> testList
           
 
Constructor Summary
ModelTestSuite(org.w3c.dom.Element mainElement, java.lang.String testCase)
           
 
Method Summary
 TestSuite makeTestSuite()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public static final java.lang.String module

suiteName

protected java.lang.String suiteName

originalDelegatorName

protected java.lang.String originalDelegatorName

originalDispatcherName

protected java.lang.String originalDispatcherName

delegator

protected GenericDelegator delegator

dispatcher

protected LocalDispatcher dispatcher

testList

protected java.util.List<Test> testList
Constructor Detail

ModelTestSuite

public ModelTestSuite(org.w3c.dom.Element mainElement,
                      java.lang.String testCase)
Method Detail

makeTestSuite

public TestSuite makeTestSuite()