Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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().