51 this->testName.push_back(testName);
52 this->testRun.push_back(testRun);
55BasicTestLogFileInformation::BasicTestLogFileInformation()
62void BasicTestLogFileInformation::buildOutput()
66 for (
int i = 0;
i < testName.size();
i++)
67 oss << testName.at(
i) <<
"=" << std::boolalpha << testRun.at(
i) << std::endl;
static std::shared_ptr< BasicTestLogFileInformation > getNewInstance()
void addTest(std::string testName, bool testRun)
void makeCenterHead(std::string head)
std::shared_ptr< T > SPtr