Searched refs:GetOutput (Results 1 – 2 of 2) sorted by relevance
121 ASSERT_EQ(0u, eth.GetOutput().find(usage_prefix)) << "Test output:\n" << eth.GetOutput(); in TEST()390 ASSERT_TRUE(std::regex_search(eth.GetOutput(), std::regex(expectation))) << eth.GetOutput(); in RelocationsTest()
220 const std::string& GetOutput() { in GetOutput() function