[ https://jira.codehaus.org/browse/SUREFIRE-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=355979#comment-355979 ]
Tibor Digana commented on SUREFIRE-437: --------------------------------------- What JUnit provider in surefire do you use? Do you want to log a test method or test case? Personally I am using a super class with @Rule with org.junit.rules.TestName; > Provide an option to log to the console on every test method > ------------------------------------------------------------ > > Key: SUREFIRE-437 > URL: https://jira.codehaus.org/browse/SUREFIRE-437 > Project: Maven Surefire > Issue Type: Improvement > Components: Maven Surefire Plugin > Reporter: Dan Fabulich > 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.1.6#6162)