Uses of Class
org.sonar.plugins.surefire.data.UnitTestClassReport
-
Packages that use UnitTestClassReport Package Description org.sonar.plugins.surefire org.sonar.plugins.surefire.data -
-
Uses of UnitTestClassReport in org.sonar.plugins.surefire
Methods in org.sonar.plugins.surefire with parameters of type UnitTestClassReport Modifier and Type Method Description protected voidSurefireJavaParser. saveResults(org.sonar.api.batch.fs.InputFile testFile, UnitTestClassReport report) -
Uses of UnitTestClassReport in org.sonar.plugins.surefire.data
Methods in org.sonar.plugins.surefire.data that return UnitTestClassReport Modifier and Type Method Description UnitTestClassReportUnitTestClassReport. add(UnitTestClassReport other)UnitTestClassReportUnitTestClassReport. add(UnitTestResult result)UnitTestClassReportUnitTestIndex. get(String classname)UnitTestClassReportUnitTestIndex. index(String classname)UnitTestClassReportUnitTestIndex. merge(String classname, String intoClassname)Methods in org.sonar.plugins.surefire.data that return types with arguments of type UnitTestClassReport Modifier and Type Method Description Map<String,UnitTestClassReport>UnitTestIndex. getIndexByClassname()Methods in org.sonar.plugins.surefire.data with parameters of type UnitTestClassReport Modifier and Type Method Description UnitTestClassReportUnitTestClassReport. add(UnitTestClassReport other)
-