[ 
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-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to