@ParametersAreNonnullByDefault
Package org.sonar.api.batch.sensor
-
Interface Summary Interface Description Sensor A sensor is invoked once for each module of a project, starting from leaf modules.SensorContext SeeSensor.execute(SensorContext)
In order to write unit tests you can use SensorContextTesterSensorDescriptor Describe what aSensor
is doing.