[
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)