You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Rémi Kowalski (Jira)" <se...@james.apache.org> on 2020/01/10 08:55:00 UTC

[jira] [Updated] (JAMES-3024) Add junit-jupiter-params dependency in testing-base

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

Rémi Kowalski updated JAMES-3024:
---------------------------------
    Description: 
Allow to use parameterized tests in all modules dependent on testing-base

without having to worry about importing the dependency.

This fix the following issue :

if a parameterized test is defined in an interface in a module `A`, a test class implementing this contract in a module `B` will run the tests successfully without finding and testing  the parameterized tests defined in `A` if the module `B` doesn't have the dependency to `junit-jupiter-params`.

 

  was:
Allow to use parameterized tests in all modules dependent on testing-base 

without having to worry about importing the dependency.

This fix the following issue :

if a parameterized test is defined in an interface in a module `A`, a test class implementing this contract in a module `B` will run the tests successfully without finding and testing  the parameterized tests defined in `A`.

 


> Add junit-jupiter-params dependency in testing-base
> ---------------------------------------------------
>
>                 Key: JAMES-3024
>                 URL: https://issues.apache.org/jira/browse/JAMES-3024
>             Project: James Server
>          Issue Type: Improvement
>    Affects Versions: 3.5.0
>            Reporter: Rémi Kowalski
>            Priority: Major
>
> Allow to use parameterized tests in all modules dependent on testing-base
> without having to worry about importing the dependency.
> This fix the following issue :
> if a parameterized test is defined in an interface in a module `A`, a test class implementing this contract in a module `B` will run the tests successfully without finding and testing  the parameterized tests defined in `A` if the module `B` doesn't have the dependency to `junit-jupiter-params`.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org