public class SurefireJavaParser extends Object implements org.sonar.api.BatchExtension
| Constructor and Description |
|---|
SurefireJavaParser(org.sonar.api.component.ResourcePerspectives perspectives,
JavaResourceLocator javaResourceLocator) |
| Modifier and Type | Method and Description |
|---|---|
void |
collect(org.sonar.api.batch.SensorContext context,
File reportsDir) |
protected org.sonar.api.resources.Resource |
getUnitTestResource(String classKey) |
protected void |
saveResults(org.sonar.api.resources.Resource testFile,
UnitTestClassReport report) |
public SurefireJavaParser(org.sonar.api.component.ResourcePerspectives perspectives,
JavaResourceLocator javaResourceLocator)
public void collect(org.sonar.api.batch.SensorContext context,
File reportsDir)
protected void saveResults(org.sonar.api.resources.Resource testFile,
UnitTestClassReport report)
protected org.sonar.api.resources.Resource getUnitTestResource(String classKey)
Copyright © 2012–2016 SonarSource. All rights reserved.