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