Class AxeOverallResult
Represents the overall result of the application. It contains the result of all tested pages.
Inherited Members
Namespace: AxaFrance.AxeExtended.HtmlReport
Assembly: AxaFrance.AxeExtended.HtmlReport.dll
Syntax
public class AxeOverallResult : BaseResult
Properties
| Edit this page View SourcePageResults
List of all tested pages and their results
Declaration
public List<AxePageResult> PageResults { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AxePageResult> |
TimeStamp
The time when the report is generated
Declaration
public DateTime TimeStamp { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Title
Title of the application showing in the report
Declaration
public string Title { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
| Edit this page View SourceGetScore()
Calculate the overall score of the application based on all tested pages. If a rule is failed on one page, It will be marked as Failed in final result. A rule is marked Passed if the result is passed on every tested pages.
Declaration
protected override int GetScore()
Returns
| Type | Description |
|---|---|
| int |