Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Trunk, Upcoming Branch
-
None
-
OFBiz Community Day (May 2019)
Description
In OFBiz there are both unit tests and integration tests which are respectively run by ./gradlew test and ./gradlew testIntegration. However some integration tests are in fact unit tests that doesn't depend on the entity and service engines. Those unit tests should run on the their appropriate task.
To do that it is necessary to convert them to use Junit4 instead of Junit3 which is what is done for the integration test suite.