Struct SuiteResult

A suite result

struct SuiteResult ;

Constructors

NameDescription
this ()

Fields

NameTypeDescription
attachments Attachment[]The list of attached files
begin std.datetime.systime.SysTimewhen the suite started
end std.datetime.systime.SysTimewhen the suite ended
name stringThe suite name. It can contain . which is treated as a separator for nested suites
tests TestResult[]the tests executed for the current suite

Methods

NameDescription
toString () Convert the struct to a json string