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