You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/07/28 18:43:00 UTC

[jira] [Updated] (NETBEANS-1763) Refactor the test output processor to handle both surefire and failsafe plugins

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

ASF GitHub Bot updated NETBEANS-1763:
-------------------------------------
    Labels: pull-request-available  (was: )

> Refactor the test output processor to handle both surefire and failsafe plugins
> -------------------------------------------------------------------------------
>
>                 Key: NETBEANS-1763
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-1763
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: projects - Maven
>    Affects Versions: 9.0, 10.0
>            Reporter: jmborer
>            Assignee: Matthias Bläsing
>            Priority: Minor
>              Labels: pull-request-available
>
> Currently the Maven test results output processor is mainly focused on handling the Surefire output. The ouput of Failsafe is partly covered. This job is done in a single class called TestOutputListenerProvider. To provide a cleaner and robuster support for both Surefire and Failsafe test results parsing, it becomes necessary to refactor  TestOutputListenerProvider into two specialized output processors: one for Surefire and one for Failsafe.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists