SendLn 1556 modules/ts/src/ts_gtest.cpp SendLn("event=TestProgramStart"); SendLn 1562 modules/ts/src/ts_gtest.cpp SendLn("event=TestProgramEnd&passed=" + FormatBool(unit_test.Passed())); SendLn 1569 modules/ts/src/ts_gtest.cpp SendLn("event=TestIterationStart&iteration=" + SendLn 1574 modules/ts/src/ts_gtest.cpp SendLn("event=TestIterationEnd&passed=" + SendLn 1580 modules/ts/src/ts_gtest.cpp SendLn(std::string("event=TestCaseStart&name=") + test_case.name()); SendLn 1584 modules/ts/src/ts_gtest.cpp SendLn("event=TestCaseEnd&passed=" + FormatBool(test_case.Passed()) SendLn 1590 modules/ts/src/ts_gtest.cpp SendLn(std::string("event=TestStart&name=") + test_info.name()); SendLn 1594 modules/ts/src/ts_gtest.cpp SendLn("event=TestEnd&passed=" + SendLn 1604 modules/ts/src/ts_gtest.cpp SendLn("event=TestPartResult&file=" + UrlEncode(file_name) + SendLn 1611 modules/ts/src/ts_gtest.cpp void SendLn(const string& message) { socket_writer_->SendLn(message); } SendLn 1615 modules/ts/src/ts_gtest.cpp void Start() { SendLn("gtest_streaming_protocol_version=1.0"); }