Package org.apache.ofbiz.testtools
Class ModelTestSuite
- java.lang.Object
-
- org.apache.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
Fields Modifier and Type Field Description protected Delegator
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<junit.framework.Test>
testList
-
Constructor Summary
Constructors Constructor Description ModelTestSuite(org.w3c.dom.Element mainElement, java.lang.String testCase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description junit.framework.TestSuite
makeTestSuite()
-
-
-
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 Delegator delegator
-
dispatcher
protected LocalDispatcher dispatcher
-
testList
protected java.util.List<junit.framework.Test> testList
-
-