class
Report::Surefire
- Report::Surefire
- Report
- Reference
- Object
Overview
The Surefire report format.
XML Schema: https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report-3.0.xsd
Included Modules
Extended Modules
- CLI::Context
- Report::ReportClass
Defined in:
report/surefire.crConstructors
Class Method Summary
Instance Method Summary
-
#category : String
The category this report is grouped in.
- #message : String | Nil
-
#name : String
The name displayed for this report.
-
#render(io : IO) : Nil
The Surefire report format.
-
#status : Status
The status of this report.
- #summary : String | Nil
Macros inherited from module CLI::Macros
footer(text)
footer,
header(text)
header,
option(long_flag, description, &block)option(short_flag, long_flag, description, &block) option
Instance methods inherited from class Report
category : String
category,
id : Int32
id,
name : String
name,
render(io : IO) : Nil
render,
status : Status
status
Class methods inherited from class Report
create_sequential_id : Int32
create_sequential_id
Macros inherited from class Report
patterns(*filenames)
patterns
Constructor Detail
Class Method Detail
Instance Method Detail
The category this report is grouped in.
The string should be below ~20 characters to prevent the sidebar from overflowing.
The name displayed for this report.
The string should be below ~20 characters to prevent the sidebar from overflowing.
The Surefire report format.
XML Schema: https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report-3.0.xsd
The status of this report.
This will control the successful-test-count in the report header, filtering options and an indicator next to the test in the sidebar.