Searched refs:GetErrorLogs (Results 1 – 1 of 1) sorted by relevance
442 virtual std::string GetErrorLogs();511 std::string DeathTestImpl::GetErrorLogs() { return GetCapturedStderr(); } in GetErrorLogs() function in testing::internal::DeathTestImpl579 const std::string error_message = GetErrorLogs(); in Passed()844 std::string GetErrorLogs() override;1049 std::string FuchsiaDeathTest::GetErrorLogs() { return captured_stderr_; } in GetErrorLogs() function in testing::internal::FuchsiaDeathTest