Searched defs:expected_text (Results 1 – 2 of 2) sorted by relevance
359 void CommandLineInterfaceTest::ExpectErrorText(const string& expected_text) { in ExpectErrorText()444 const string& expected_text) { in ExpectCapturedStdout()1577 void ExpectStdoutMatchesText(const string& expected_text) { in ExpectStdoutMatchesText()1581 void ExpectStderrMatchesText(const string& expected_text) { in ExpectStderrMatchesText()
198 def _compare_logs(self, log_buffer, expected_text): argument