Class | Description | |
---|---|---|
AggregatedScanResult | A combination of ScanResults. | |
ScanContext | The data on the Application Under Test (AUT) read by Sprinter and passed to the scanner. | |
ScanControl | A control or an element in the Application Under Test (AUT). | |
ScanCustomActionGroup | A collection of custom actions that are treated as a group in the Sprinter interface. | |
ScannersLogger | Services to write to the Sprinter log. | |
ScanResult | This class represents a condition to be reported that was found by the scanner. | |
ScanResultFoundEventArgs | Event Arguments sent from the Scanner when a result is found. |
Interface | Description | |
---|---|---|
IScanCustomAction | An action that the scanner can run on a result. | |
IScanner | The main scanner interface, declaring scanner properties, methods for handling the scan data, and the scan method. | |
IScannersLogger | Services to write to the Sprinter log. |
Delegate | Description | |
---|---|---|
ScanResultFoundEventHandler | New scan result event handler. |
Enumeration | Description | |
---|---|---|
AutExecutionType | Types of Applications Under Test. | |
ControlVisibility | Control visibility possible states. | |
MessageSeverity | Cases in which a message can be output. | |
Severity | Severity of the result |
Reference