Function SuiteResult.this

@disable this();

this (
  string name
);

this (
  string name,
  std.datetime.systime.SysTime begin
);

this (
  string name,
  std.datetime.systime.SysTime begin,
  std.datetime.systime.SysTime end
);

this (
  string name,
  std.datetime.systime.SysTime begin,
  std.datetime.systime.SysTime end,
  TestResult[] tests
);

this (
  string name,
  std.datetime.systime.SysTime begin,
  std.datetime.systime.SysTime end,
  TestResult[] tests,
  Attachment[] attachments
);