Details
Description
During implementation of SONARPLUGINS-312 and SONARPLUGINS-692 I've found that big part of sonar-surefire-plugin can be reused for Flex and Groovy.
First step in resolving this issue can be : extract SurefireParser from SurefireSensor .
Issue Links
- depends upon
-
SONAR-1838
Plugin inter-dependencies
-
- is depended upon by
-
SONARPLUGINS-741
Use surefire parser provided by sonar-surefire-plugin
-
-
SONARPLUGINS-742
Use cobertura parser provided by sonar-cobertura-plugin and surefire parser provided by sonar-surefire-plugin
-
- is duplicated by
-
SONAR-1703
Enable usage of Surefire report and XML format for other languages/unit runner
-
- relates to
-
SONARPLUGINS-312
Integrate FlexUnit
-
-
SONARPLUGINS-692
Report results of unit tests
-
-
SONAR-1581
Surefire should be enabled only for java projects
-
AbstractSurefireParser extracted from SurefireSensor in r5673, so it can be reused (see
SONAR-1838).Some other methods (like getReportsDirectory) could be extracted also.
SONAR-1838). Some other methods (like getReportsDirectory) could be extracted also.