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