Class UnitTestResultsImportSensor

  • All Implemented Interfaces:
    org.sonar.api.scanner.sensor.ProjectSensor

    public class UnitTestResultsImportSensor
    extends Object
    implements org.sonar.api.scanner.sensor.ProjectSensor
    This class is responsible to handle all the C# and VB.NET unit test results reports (parse and report back to SonarQube).
    • Constructor Detail

    • Method Detail

      • describe

        public void describe​(org.sonar.api.batch.sensor.SensorDescriptor descriptor)
        Specified by:
        describe in interface org.sonar.api.scanner.sensor.ProjectSensor
      • execute

        public void execute​(org.sonar.api.batch.sensor.SensorContext context)
        Specified by:
        execute in interface org.sonar.api.scanner.sensor.ProjectSensor