You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Mathieu Lirzin (JIRA)" <ji...@apache.org> on 2019/05/25 10:20:00 UTC

[jira] [Updated] (OFBIZ-11067) Migrate integration tests to unit tests when possible

     [ https://issues.apache.org/jira/browse/OFBIZ-11067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mathieu Lirzin updated OFBIZ-11067:
-----------------------------------
    Sprint: OFBiz Community Day (May 2019)

> 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
>            Priority: Minor
>
> 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)