You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tibor Digana (JIRA)" <ji...@apache.org> on 2019/04/20 03:37:00 UTC

[jira] [Created] (SUREFIRE-1661) ConsoleOutputFileReporter should support parallel execution of test-sets

Tibor Digana created SUREFIRE-1661:
--------------------------------------

             Summary: ConsoleOutputFileReporter should support parallel execution of test-sets
                 Key: SUREFIRE-1661
                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1661
             Project: Maven Surefire
          Issue Type: New Feature
            Reporter: Tibor Digana
             Fix For: 3.0.0-M4


The method

{code:java}
writeTestOutput( String output, boolean newLine, boolean stdout )
{code}

should recognise source/name within {{ReportEntry}}:


{code:java}
writeTestOutput( ReportEntry entry, String output, boolean newLine, boolean stdout )
{code}




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