Mathieu Lirzin created OFBIZ-11067:
--------------------------------------
Summary: Migrate integration tests to unit tests when possible
Key: OFBIZ-11067
URL:
https://issues.apache.org/jira/browse/OFBIZ-11067 Project: OFBiz
Issue Type: Improvement
Components: framework
Affects Versions: Trunk
Reporter: Mathieu Lirzin
Assignee: Mathieu Lirzin
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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)