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 2016/12/02 03:24:58 UTC

[jira] [Created] (SUREFIRE-1311) JUnit47 provider should not internally parse JUnit Description

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)