SuiteResult

A suite result

Constructors

this
this()
this
this(string name)
this
this(string name, SysTime begin)
this
this(string name, SysTime begin, SysTime end)
this
this(string name, SysTime begin, SysTime end, TestResult[] tests)
this
this(string name, SysTime begin, SysTime end, TestResult[] tests, Attachment[] attachments)

Members

Functions

toString
string toString()

Convert the struct to a json string

Variables

attachments
Attachment[] attachments;

The list of attached files

begin
SysTime begin;

when the suite started

end
SysTime end;

when the suite ended

name
string name;

The suite name. It can contain . which is treated as a separator for nested suites

tests
TestResult[] tests;

the tests executed for the current suite

Meta