Home
last modified time | relevance | path

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

/aosp12/system/core/cli-test/
H A Dcli-test.cpp200 static bool CheckOutput(const char* what, std::string actual_output, in CheckOutput() function
252 if (!CheckOutput("stdout", test_stdout.str(), test.expected_stdout, FILES)) failed = true; in RunTests()
253 if (!CheckOutput("stderr", test_stderr.str(), test.expected_stderr, FILES)) failed = true; in RunTests()