Tibor Digana created SUREFIRE-1311:
--------------------------------------

             Summary: JUnit47 provider should not internally parse JUnit 
Description
                 Key: SUREFIRE-1311
                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1311
             Project: Maven Surefire
          Issue Type: Task
          Components: Junit 4.7+ (parallel) support, Maven Failsafe Plugin, 
Maven Surefire Plugin
            Reporter: Tibor Digana
            Assignee: Tibor Digana
             Fix For: 2.19.2


We used regex pattern to parse JUnit Description from string form to (className 
and methodName) in provider {{surefire-junit4}}.
The provider {{surefire-junit47}} inherited the same principle which is wrong 
because JUnit 4.6 already has this parser inside and we should call 
{{Description.getClassName()}} and {{Description.getMethodName()}}.



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

Reply via email to