ReportType Class

Summary

Specifies the type of the report data.
graph BT Type-->Base0["Enum"] Type["ReportType"] class Type type-node

Syntax

public sealed class ReportType : Enum

Fields

Name Constant Value Summary
Allure 5
Generates Allure results.Use the Allure framework to generate an actual report.See Allure Report.
static
DataExport 4
Generates XML files with report data. See Data Export For Automation.
static
JUnitStyleHtml 3
Generates a report as JUnit-style HTML files. See JUnit-Style HTML Reports For Automation. When you use this value, the runner ignores the ReportFormats and ExportResultsUsingFolders arguments.
static
Project 0
Generates a report in the format the -F argument specifies.The runner will save the report files to the directory that the OutputFolder argument specifies.Depending on the ExportResultsUsingFolders argument value, the runner can organize files into subdirectories.
static
TestCase 2
As above, but for test cases.
static
TestSuite 1
As above, but for test suites.
static
value__

Extension Methods

Name Value Summary
Dump<ReportType>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<ReportType>(ReportType[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<ReportType>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<ReportType>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<ReportType>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<ReportType>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin