Home
last modified time | relevance | path

Searched refs:GetOutput (Results 1 – 2 of 2) sorted by relevance

/bionic/tests/
Ddl_test.cpp120 ASSERT_EQ(0u, eth.GetOutput().find(usage_prefix)) << "Test output:\n" << eth.GetOutput(); in TEST()
352 ASSERT_TRUE(eth.GetOutput().find(expectation) != std::string::npos) << eth.GetOutput(); in RelocationsTest()
Dutils.h203 const std::string& GetOutput() { in GetOutput() function