Package org.apache.ofbiz.testtools
Class JunitSuiteWrapper
java.lang.Object
org.apache.ofbiz.testtools.JunitSuiteWrapper
Use this class in a JUnit test runner to prepare the TestSuite.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<junit.framework.Test>
Gets all test list.Gets model test suites.void
populateTestSuite
(junit.framework.TestSuite suite) Deprecated.
-
Constructor Details
-
JunitSuiteWrapper
-
-
Method Details
-
populateTestSuite
Deprecated.Populate test suite.- Parameters:
suite
- the suite
-
getModelTestSuites
Gets model test suites.- Returns:
- the model test suites
-
getAllTestList
Gets all test list.- Returns:
- the all test list
-