Struct TestCaseStats

Struct Documentation

struct TestCaseStats

Public Functions

TestCaseStats(TestCaseInfo const &_testInfo, Totals const &_totals, std::string &&_stdOut, std::string &&_stdErr, bool _aborting)

Public Members

TestCaseInfo const *testInfo
Totals totals
std::string stdOut
std::string stdErr
bool aborting