Class TestReportExcel
The excel test reporter object.
Inheritance
System.Object
TestReportExcel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AxeAccessibilityDriver
Assembly: AxeAccessibilityDriver.dll
Syntax
public class TestReportExcel
Constructors
| Improve this Doc View SourceTestReportExcel()
Initializes a new instance of the TestReportExcel class. Creates a new Excel report.
Declaration
public TestReportExcel()
Properties
| Improve this Doc View SourceDate
Gets or sets the date this was modified.
Declaration
public string Date { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExcelData
Gets or sets the data to write to the excel sheet.
Declaration
public Dictionary<string, List<string>> ExcelData { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<System.String>> |
FileLocation
Gets or sets the location to save the file to.
Declaration
public string FileLocation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IssueList
Gets or sets the AODA defects.
Declaration
public List<IssueLog> IssueList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IssueLog> |
ProjectName
Gets or sets name of the project.
Declaration
public string ProjectName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProjectUrl
Gets or sets the url of the project.
Declaration
public string ProjectUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UrlList
Gets or sets the list of all urls tested.
Declaration
public List<string> UrlList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Methods
| Improve this Doc View SourceWriteToExcel()
Writes the aoda results to the excel file.
Declaration
public void WriteToExcel()