You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Christian Stein (JIRA)" <ji...@apache.org> on 2018/12/03 12:47:00 UTC

[jira] [Updated] (SUREFIRE-1585) Align JUnit Platform version at runtime

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

Christian Stein updated SUREFIRE-1585:
--------------------------------------
    Summary: Align JUnit Platform version at runtime  (was: Auto-resolve "missing" JUnit 5 artifacts)

> Align JUnit Platform version at runtime
> ---------------------------------------
>
>                 Key: SUREFIRE-1585
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1585
>             Project: Maven Surefire
>          Issue Type: Improvement
>          Components: JUnit 5.x support
>    Affects Versions: 2.22.1
>            Reporter: Christian Stein
>            Assignee: Christian Stein
>            Priority: Minor
>              Labels: features
>             Fix For: Backlog
>
>
> Providers should be able to enhance the test runtime by injecting "missing" artifacts before executing tests.
>  
> For example, the JUnit Platform Provider should add "missing" Test Engine artifacts for when users only depend on the API of a test framework.
>  * User test depends on *`junit-jupiter-api`* only? Provide *`junit-jupiter-engine`* at test runtime -- automatically or via plugin deps.
>  * User test depends on *`junit-jupiter-params`* only? That pulls in *`junit-jupiter-api`* transitively. Provide *`junit-jupiter-engine`* at test runtime -- automatically or via plugin deps.
>  * User test depends on *`junit:junit:4.12`* only *AND* the JUnit Platform Provider is forced? Provide *`junit-vintage-engine`* at test runtime -- automatically or via plugin deps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)