|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|

Public Member Functions | |
| JsonUnitTestResultPrinter (const char *output_file) | |
| void | OnTestIterationEnd (const UnitTest &unit_test, int iteration) override |
| Public Member Functions inherited from testing::EmptyTestEventListener | |
| void | OnTestProgramStart (const UnitTest &) override |
| void | OnTestIterationStart (const UnitTest &, int) override |
| void | OnEnvironmentsSetUpStart (const UnitTest &) override |
| void | OnEnvironmentsSetUpEnd (const UnitTest &) override |
| void | OnTestSuiteStart (const TestSuite &) override |
| void | OnTestCaseStart (const TestCase &) override |
| void | OnTestStart (const TestInfo &) override |
| void | OnTestPartResult (const TestPartResult &) override |
| void | OnTestEnd (const TestInfo &) override |
| void | OnTestSuiteEnd (const TestSuite &) override |
| void | OnTestCaseEnd (const TestCase &) override |
| void | OnEnvironmentsTearDownStart (const UnitTest &) override |
| void | OnEnvironmentsTearDownEnd (const UnitTest &) override |
| void | OnTestProgramEnd (const UnitTest &) override |
| Public Member Functions inherited from testing::TestEventListener | |
| virtual | ~TestEventListener () |
Static Public Member Functions | |
| static void | PrintJsonTestList (::std::ostream *stream, const std::vector< TestSuite * > &test_suites) |
Private Member Functions | |
| GTEST_DISALLOW_COPY_AND_ASSIGN_ (JsonUnitTestResultPrinter) | |
Static Private Member Functions | |
| static std::string | EscapeJson (const std::string &str) |
| static void | OutputJsonKey (std::ostream *stream, const std::string &element_name, const std::string &name, const std::string &value, const std::string &indent, bool comma=true) |
| static void | OutputJsonKey (std::ostream *stream, const std::string &element_name, const std::string &name, int value, const std::string &indent, bool comma=true) |
| static void | OutputJsonTestInfo (::std::ostream *stream, const char *test_suite_name, const TestInfo &test_info) |
| static void | PrintJsonTestSuite (::std::ostream *stream, const TestSuite &test_suite) |
| static void | PrintJsonUnitTest (::std::ostream *stream, const UnitTest &unit_test) |
| static std::string | TestPropertiesAsJson (const TestResult &result, const std::string &indent) |
Private Attributes | |
| const std::string | output_file_ |
|
explicit |
|
overridevirtual |
Reimplemented from testing::EmptyTestEventListener.
|
static |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
private |
|
private |