Public Member Functions | |
TestCase (const std::string &fixtureName, const std::string &testName, const TestParametersDescriptor ¶meters, const TestResult *result) | |
Public Attributes | |
std::string | Name |
bool | Skipped |
std::string | Time |
Test case.
Definition at line 20 of file hayai_junit_xml_outputter.hpp.
hayai::JUnitXmlOutputter::TestCase::TestCase | ( | const std::string & | fixtureName, |
const std::string & | testName, | ||
const TestParametersDescriptor & | parameters, | ||
const TestResult * | result | ||
) | [inline] |
Definition at line 23 of file hayai_junit_xml_outputter.hpp.
std::string hayai::JUnitXmlOutputter::TestCase::Name |
Definition at line 50 of file hayai_junit_xml_outputter.hpp.
Definition at line 52 of file hayai_junit_xml_outputter.hpp.
std::string hayai::JUnitXmlOutputter::TestCase::Time |
Definition at line 51 of file hayai_junit_xml_outputter.hpp.