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 2015/12/26 22:15:49 UTC

[jira] [Closed] (SUREFIRE-437) Provide an option to log to the console on every test method

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

Tibor Digana closed SUREFIRE-437.
---------------------------------
    Resolution: Not A Problem
      Assignee: Tibor Digana

This should be solved by using junit @Rule with org.junit.rules.TestName.

> Provide an option to log to the console on every test method
> ------------------------------------------------------------
>
>                 Key: SUREFIRE-437
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-437
>             Project: Maven Surefire
>          Issue Type: Improvement
>          Components: Maven Surefire Plugin
>            Reporter: Dan Fabulich
>            Assignee: Tibor Digana
>             Fix For: Backlog
>
>
> We already log to the console whenever we regain control from the testing  framework; in JUnit directory suites, that's once per class, which is pretty often, but if you use JUnit TestSuites or TestNG, we lose control at the start of the run and don't get it back until the end of the run.
> We should provide an option to log to the console after every test case method.  It should probably be off by default...?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)