Struct SuiteResult
A suite result
struct SuiteResult
;
Constructors
Name | Description |
---|---|
this
()
|
Fields
Name | Type | Description |
---|---|---|
attachments
|
Attachment[] | The list of attached files |
begin
|
std | when the suite started |
end
|
std | when the suite ended |
name
|
string | The suite name. It can contain which is treated as a
separator for nested suites
|
tests
|
TestResult[] | the tests executed for the current suite |
Methods
Name | Description |
---|---|
toString
()
|
Convert the struct to a json string |