Searched refs:output_ (Results 1 – 1 of 1) sorted by relevance
162 void AppendTestOutput(const std::string& s) { output_ += s; } in AppendTestOutput()164 const std::string& GetTestOutput() const { return output_; } in GetTestOutput()170 std::string output_; member in Test