Show / Hide Table of Contents

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 Source

TestReportExcel()

Initializes a new instance of the TestReportExcel class. Creates a new Excel report.

Declaration
public TestReportExcel()

Properties

| Improve this Doc View Source

Date

Gets or sets the date this was modified.

Declaration
public string Date { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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>>
| Improve this Doc View Source

FileLocation

Gets or sets the location to save the file to.

Declaration
public string FileLocation { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IssueList

Gets or sets the AODA defects.

Declaration
public List<IssueLog> IssueList { get; set; }
Property Value
Type Description
System.Collections.Generic.List<IssueLog>
| Improve this Doc View Source

ProjectName

Gets or sets name of the project.

Declaration
public string ProjectName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ProjectUrl

Gets or sets the url of the project.

Declaration
public string ProjectUrl { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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 Source

WriteToExcel()

Writes the aoda results to the excel file.

Declaration
public void WriteToExcel()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX