Show / Hide Table of Contents

Class ReportSettings

Settings of the WebEngine privides global

Inheritance
Object
ReportSettings
Namespace: AxaFrance.WebEngine
Assembly: AxaFrance.WebEngine.dll
Syntax
[Serializable]
public class ReportSettings

Properties

| Edit this page View Source

HtmlReport

Indicates if a HTML report should be generated after test execution

Declaration
public bool HtmlReport { get; set; }
Property Value
Type Description
Boolean
| Edit this page View Source

HtmlReportPath

The location of the HTML report. (default location will be LogDir)

Declaration
public string HtmlReportPath { get; set; }
Property Value
Type Description
String
| Edit this page View Source

JUnitReport

If a Junit compatible report should be generated after test execution

Declaration
public bool JUnitReport { get; set; }
Property Value
Type Description
Boolean
| Edit this page View Source

JUnitReportPath

The location of the JUnit report.

Declaration
public string JUnitReportPath { get; set; }
Property Value
Type Description
String
| Edit this page View Source

NUnitReport

If a Nunit compatible report shouldbe generated after test execution

Declaration
public bool NUnitReport { get; set; }
Property Value
Type Description
Boolean
| Edit this page View Source

NUnitReportPath

The location of the NUnit report. (default location will be LogDir)

Declaration
public string NUnitReportPath { get; set; }
Property Value
Type Description
String
  • Edit this page
  • View Source
In this article
Back to top Copyright ® 2016-2024 AXA France, All rights reserved.